sentry-dotnet
sentry-dotnet copied to clipboard
Dynamic Sampling support
Problem Statement
Similar to the Java issue: https://github.com/getsentry/sentry-java/issues/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.