Skip to content

Commit e8e2180

Browse files
committed
missed this one
1 parent 2c66cd9 commit e8e2180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry-node/test/propagator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe('SentryPropagator', () => {
161161
const baggage = propagation.createBaggage({ foo: { value: 'bar' } });
162162
propagator.inject(propagation.setBaggage(context, baggage), carrier, defaultTextMapSetter);
163163
expect(carrier[SENTRY_BAGGAGE_HEADER]).toBe(
164-
'foo=bar,sentry-environment=production,sentry-release=1.0.0,sentry-public_key=abc,sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b,sentry-transaction=sampled-transaction',
164+
'foo=bar,sentry-environment=production,sentry-release=1.0.0,sentry-public_key=abc,sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b,sentry-transaction=sampled-transaction,sentry-sampled=true',
165165
);
166166
});
167167

0 commit comments

Comments
 (0)