-
-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
Description
How do you use Sentry?
Sentry SaaS (sentry.io)
SDK version
4.4.0+
Steps to reproduce
- Receiving API requests from partners using Sentry PHP SDK
- These requests contains an incomplete
traceparentheader like:00-f3e67297c2a2426c93e9453af787103d-58738da11f564cf4
- These requests contains an incomplete
- ddtrace is unable to parse this traceparent and is logging an error that gets reported to our Sentry ♻️
These errors appeared at the start of February: one week after the Sentry PHP SDK 4.4.0 release that introduced the support for traceparent header.
Expected result
Valid traceparent headers: 00-f3e67297c2a2426c93e9453af787103d-58738da11f564cf4-{XX}
Actual result
Invalid traceparent header: 00-f3e67297c2a2426c93e9453af787103d-58738da11f564cf4
It is missing the trace-flags part at the end.
https://www.w3.org/TR/trace-context/#examples-of-http-traceparent-headers
Is it coming from PropagationContext::toW3CTraceparent?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
No status