Error reporting in production #4935
Unanswered
yonathan06
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm really not an expert on that topic, but i'd suggest checking out this cool project https://github.com/timfish/sentry-tauri |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would be the best way for error reporting on the Rust code?
When an exception is triggered in the browser, the app doesn't crash, so it is possible to send the error object and context to an error service.
But the main process running is Rust exists when the code panics, is there a way to send a report to a custom service when that happens? what would consider that best practice in that case?
Beta Was this translation helpful? Give feedback.
All reactions