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

[Dynamic Sampling] Basic support

Open lcian opened this issue 9 months ago • 0 comments
trafficstars

Description

We want the SDK to support Dynamic Sampling. For this to happen, we need to:

  • create the necessary data structures (DSC)
  • collect the DSC from incoming requests
  • send out the DSC when sending the envelopes to Sentry

As we are not instrumenting any outgoing network requests, we are not concerned with serializing the DSC into the baggage header or propagating it to other SDKs.

Spec

lcian avatar Feb 12 '25 10:02 lcian