sentry-java
sentry-java copied to clipboard
Server side baggage support
Problem Statement
We're ignoring incoming baggage headers for now and thus breaking traceability.
Solution Brainstorm
- [ ] Pass through incoming
baggageheaders.- [ ] Add
sampleRatefrom incomingbaggagetoTransactionContext.fromSentryTrace
- [ ] Add
- [ ] Support metadata in the baggage header (https://www.w3.org/TR/baggage/#property)
- [ ] https://github.com/getsentry/team-mobile/issues/30