sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Server side baggage support

Open adinauer opened this issue 3 years ago • 0 comments

Problem Statement

We're ignoring incoming baggage headers for now and thus breaking traceability.

Solution Brainstorm

  • [ ] Pass through incoming baggage headers.
    • [ ] Add sampleRate from incoming baggage to TransactionContext.fromSentryTrace
  • [ ] Support metadata in the baggage header (https://www.w3.org/TR/baggage/#property)
  • [ ] https://github.com/getsentry/team-mobile/issues/30

adinauer avatar Jun 08 '22 08:06 adinauer