You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
We want the SDK to support Dynamic Sampling.
For this to happen, we need to:
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
The text was updated successfully, but these errors were encountered: