sentry-rust
sentry-rust copied to clipboard
Official Sentry SDK for Rust
These tests don't change too often, but still creating new ones or updating them can be painful, so `insta` with inline JSON snapshots could be a good option.
### Description Something that most SDKs do is to include the list of dependencies of the app in events sent to Sentry. This could be useful for instance to debug...
### Description There are some issues with the way code is organized in this repo, split into many crates. The `sentry-core` and `sentry` separation makes sense but we should consider...