Problem Statement
Similar to the Java issue: getsentry/sentry-java#2205
https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/
Solution Brainstorm
- Add support for baggage propagation for HTTP libraries (HttpMessageHandler).
- Read incoming baggage from requests in ASP.NET and ASP.NET Core
- Make sure envelopes sent to Sentry include the trace context info needed for DS.
Problem Statement
Similar to the Java issue: getsentry/sentry-java#2205
https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/
Solution Brainstorm