Skip to content

Commit f06f713

Browse files
author
Luca Forstner
committed
Test
1 parent cc44384 commit f06f713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/node/test/handlers.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ describe('tracingHandler', () => {
270270
parentSpanId: '1121201211212012',
271271
spanId: expect.any(String),
272272
sampled: false,
273+
dsc: {}, // There is an incoming trace but no baggage header, so the DSC must be frozen (empty object)
273274
});
274275

275276
// since we have no tracesSampler defined, the default behavior (inherit if possible) applies

0 commit comments

Comments
 (0)