We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819b6f commit a11ca57Copy full SHA for a11ca57
dev-packages/node-integration-tests/suites/tracing/double-baggage-no-spans/test.ts
@@ -36,7 +36,6 @@ describe('double baggage prevention', () => {
36
.get('/api/v0', headers => {
37
// fetch with manual getTraceData() headers — core reproduction case
38
expectNoDuplicateSentryBaggageKeys(headers['baggage']);
39
- console.log('xx sentry-trace', headers['sentry-trace']);
40
expect(headers['sentry-trace']).toEqual(expect.stringMatching(/^[a-f\d]{32}-[a-f\d]{16}$/));
41
expectConsistentTraceId(headers);
42
})
0 commit comments