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

Dynamic Sampling support

Open bruno-garcia opened this issue 2 years ago • 0 comments

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.

bruno-garcia avatar Aug 04 '22 19:08 bruno-garcia