-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Sampling Seed Propagation #4687
Comments
I understand that we neeed to add the We already send a header |
Update from my side: Looking at the encoding logic in sentry-cocoa/Sources/Sentry/SentryTraceHeader.m Lines 25 to 31 in ba3679b
|
Description
See https://github.com/getsentry/projects/issues/316
To increase the chance of capturing complete traces when users return a new sample rate tracesSampler in backend services, we propagate the random value used by the SDK for computing the sampling decision instead of creating a new random value in every service. Therefore, across a trace every SDK uses the same random value.
Develop: Spec
See also
Sample implemeantion in PHP getsentry/sentry-php#1793.
The text was updated successfully, but these errors were encountered: