git-mirror icon indicating copy to clipboard operation
git-mirror copied to clipboard

feat: add errortracking using Sentry

Open max-wittig opened this issue 8 months ago • 2 comments

My Rust is a bit rusty, so feel free to suggest any changes.

See: https://docs.sentry.io/platforms/rust/

@bachp

max-wittig avatar Jun 16 '25 11:06 max-wittig

@max-wittig How does the error reporting work? I only see the initialization of sentry, but no other instrumentation? Does is just catch panics?

bachp avatar Jun 17 '25 20:06 bachp

Yes right now, this is very general and just catches panics which pretty much never happen. So I will add some more instrumentation here directly.

max-wittig avatar Jun 19 '25 14:06 max-wittig