hanishgogada
Results
1
issues of
hanishgogada
### Steps to Reproduce 1. Enabled `traces_sample_rate` in `ClientOptions` 2. Added tracing subscriber using ``` tracing_subscriber::registry() .with(tracing_subscriber::fmt::layer()) .with(sentry_tracing::layer()) .init(); ``` 3. Enabled tracing on rust methods through `#[tracing::instrument]` ### Expected...
Bug
Waiting for: Support
Type: Content