sentry-rust
sentry-rust copied to clipboard
Official Sentry SDK for Rust
See https://github.com/getsentry/team-sdks/issues/14 and the [trace origin docs](https://develop.sentry.dev/sdk/telemetry/traces/trace-origin/). This functionality is currently missing from the Rust SDK and should be added.
### Environment - Self hosted Sentry: 23.6.2 - `sentry`: 0.34.0 - `sentry-actix`: 0.34.0 ### Steps to Reproduce 1. Create an Actix project with `sentry` and `sentry-actix` crates 2. Set the...
### Environment server: sentry on-prem 21.8.0 crate: sentry = "0.34.0" ### Steps to Reproduce I have a small application tailing logs and forwarding errors to sentry. ```rs if matches!(sentry_level, sentry::Level::Warning...
It seems that the `sentry_tracing` `Layer` doesn't take into account the `on_enter` event provided by `tracing` for `Instrumented` futures: https://github.com/getsentry/sentry-rust/blob/8cc4848f115152af6f2ad66d7aeb17bd3bbe38fd/sentry-tracing/src/layer.rs#L153 This implies that Sentry scopes are not properly entered and...
The first time we call sentry-related functions in a thread, it attaches to whichever *Span* the main thread is currently attached to. This causes very wrong sub-spanning (which I just...
The message says to submit user feedback through the web API as per [these docs](https://docs.sentry.io/api/projects/submit-user-feedback/). It would be better DX to have a method to do that, rather than having...
Span management operations seem to be relatively costly, making them unsuited for profiling otherwise fast ~zero-alloc code. This wouldn't matter much if it was only for sampled transactions, but this...
### Description There are some discrepancies between the docs on docs.sentry.io and what's offered in the SDK: - https://docs.sentry.io/platforms/rust/configuration/releases/ this should mention how to use sessions and that release-health is...
### Description This is useful to list known pitfalls that users would have to dig through GitHub to find. We should create a troubleshooting page and make sure that we...
### Description Improve copy on this page https://sentry.io/for/rust/