-
-
Notifications
You must be signed in to change notification settings - Fork 513
-
6.0.0
No due date Last updated 3 months ago -
Dynamic Sampling
No due date Last updated 10 months agoAdd support in the Ruby SDK for the Baggage specificaition, as desc…
Add support in the Ruby SDK for the Baggage specificaition, as described in Sentry Developer Documentation.
Refer SDK Developer Documention for full details
Based originally on the propagation format for distributed context: Baggage
Should be applied in way that allows compatibility with other Sentry SDKs, ensuring proper distributed tracing functionality and simplifying intercommunications, ingestion, and being a good citizen with other 3rd party implementations working with baggage, via consumption or adding to.
PRs from the JS people on how they implemented baggage:
- Baggage Datenstrukturen/Operationen
- Baggage Daten in Envelope Header mitschicken
- getsentry/sentry-javascript#5104
- getsentry/sentry-javascript#5128
- Mutability von Baggage wir erst in 5 behandelt
- Baggage an outgoing requests weitergeben (ohne Data population)
- [Release und Environment propagation](getsentry/sentry-javascript#5193
Mutability von Baggage setzen:)