Troubleshooting
If you need help solving issues with the Sentry Rust SDK, you can read the edge cases documented below.
To start debugging any SDK issue, enable debug mode by setting debug: true
in the ClientOptions
struct you pass to sentry::init
. This will make the SDK log additional debug information on stderr.
Below is a list of common problems and how to solve them.
Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").