sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

Official Sentry SDK for Rust

Results 121 sentry-rust issues
Sort by recently updated
recently updated
newest added
trafficstars

currently the only tags added to transactions are the tags on the scope at the time you finish a transaction. Sometimes, however, it is useful to have tags that aren't...

Hello, This isn't really a bug in sentry-rust and is definitely user error, but I wanted to open an issue in case someone else runs into the same problem. ##...

Rust
Improvement

I've been facing a bug with Sentry Trace where concurrent spans end up wrongly nested. At first, I thought this was some strange autogrouping bug and event sent a feedback...

### Environment Using crate `sentry 0.34.0` ### Steps to Reproduce Run the following test app in **release** mode. ```rust fn main() { let _guard = sentry::init(("XXX", sentry::ClientOptions { release: sentry::release_name!(),...

### Environment MacOs rust version: `rustc 1.82.0-nightly (2cbbe8b8b 2024-07-28)` ### Steps to Reproduce - Create a new project with Rust as platform - Follow the install instructions to configure the...

This change does two things: 1. Add a function to allow creating a `TransactionContext` with a custom Trace ID without a parent span ID. My company is testing traces on...

> proc-macro-error is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `proc-macro-error` | | Version | `1.0.4` | | URL...

I'm not sure if this is a sentry question or a tracing question, but basically, I've peppered a lot of my source code with `#[tracing::instrument]` annotations of one form or...

I'm trying to configure sentry for my application and doesn't seem to work. I've read all the issues related and I couldn't find a single example to make this work....

I have Sentry working with WASM (on Cloudflare workers) with a custom Transport implementation. However, for it to compile with Sentry a few changes had to be made. These are...