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
As a server side platform one GO applications instrumented with the Sentry SDK should continue to propagate dynamic sampling context data to all outgoing requests.
The SDK should extract Dynamic Sampling Context from incoming requests, and propagating DSC to downstream SDKs.
Requirement:
When a GO application receives a request which has baggage attached with sentry values, It shall propagate those same value in further outgoing requests so that contextual data is preserved across the continuation of trace
meta data (was/is being done in JS to be check if still necessary)
Example:
Here is an example from the Sentry UI, where the implementation has already begun on the latest versions of the JS SDK. A request from the front end to a down stream applications includes in the request header baggage
Why do you think it's beneficial to most of the users
This ensures that further downstream applications connected in a distributed trace will contain all contextual data required for dynamically sampling based on upon the contextual data from the head of the trace.
Possible implementation
Implementation has already begun (at the time of this creation) on JS and Android. Refer to the SDK Developer documentation for further information
For full up to date requirements according to SDK Developer specifications please see the associated documentation.
Describe the idea
As a server side platform one GO applications instrumented with the Sentry SDK should continue to propagate dynamic sampling context data to all outgoing requests.
The SDK should extract Dynamic Sampling Context from incoming requests, and propagating DSC to downstream SDKs.
Requirement:
When a GO application receives a request which has baggage attached with sentry values,
It shall propagate those same value in further outgoing requests
so that contextual data is preserved across the continuation of trace
what should be sent?
baggage header
Trace Envelope Header
where should it be sent?
Example:
Here is an example from the Sentry UI, where the implementation has already begun on the latest versions of the JS SDK. A request from the front end to a down stream applications includes in the request header
baggage
Why do you think it's beneficial to most of the users
This ensures that further downstream applications connected in a distributed trace will contain all contextual data required for dynamically sampling based on upon the contextual data from the head of the trace.
Possible implementation
Implementation has already begun (at the time of this creation) on JS and Android. Refer to the SDK Developer documentation for further information
For full up to date requirements according to SDK Developer specifications please see the associated documentation.
Dynamic Sampling Context
Original PR for full context
Add spec for Dynamic Sampling Context #613
The text was updated successfully, but these errors were encountered: