Skip to content

Commit 3cd6b36

Browse files
committed
Include in fields
1 parent 4134dab commit 3cd6b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/src/propagator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class SentryPropagator extends W3CBaggagePropagator {
120120
* @inheritDoc
121121
*/
122122
public fields(): string[] {
123-
return [SENTRY_TRACE_HEADER, SENTRY_BAGGAGE_HEADER];
123+
return [SENTRY_TRACE_HEADER, SENTRY_BAGGAGE_HEADER, 'traceparent'];
124124
}
125125
}
126126

0 commit comments

Comments
 (0)