Troubleshooting
If you need help solving issues with the Sentry Rust SDK, you can read the edge cases documented below.
As a first step to debug any issue with the SDK, you should perform initialization with debug: true
in your ClientOptions
struct passed to sentry::init
. This will make the SDK log additional debug information on stderr.
Read below to find 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").