Skip to content

feat: add errortracking using Sentry #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

max-wittig
Copy link
Contributor

@max-wittig max-wittig commented Jun 16, 2025

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

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

@bachp

@max-wittig max-wittig force-pushed the feat/errortracking-using-sentry branch from 4319b01 to c441e0d Compare June 16, 2025 11:43
@bachp
Copy link
Owner

bachp commented Jun 17, 2025

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

@max-wittig
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants