git-mirror
git-mirror copied to clipboard
feat: add errortracking using Sentry
My Rust is a bit rusty, so feel free to suggest any changes.
See: https://docs.sentry.io/platforms/rust/
@bachp
@max-wittig How does the error reporting work? I only see the initialization of sentry, but no other instrumentation? Does is just catch panics?
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.