Skip to content

Commit 8ce9ede

Browse files
committed
Oops
1 parent 3cd6b36 commit 8ce9ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/test/propagator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('SentryPropagator', () => {
3535
});
3636

3737
it('returns fields set', () => {
38-
expect(propagator.fields()).toEqual([SENTRY_TRACE_HEADER, SENTRY_BAGGAGE_HEADER]);
38+
expect(propagator.fields()).toEqual([SENTRY_TRACE_HEADER, SENTRY_BAGGAGE_HEADER, 'traceparent']);
3939
});
4040

4141
describe('inject', () => {

0 commit comments

Comments
 (0)