Skip to content

Commit 694883d

Browse files
committed
reset it afterwards
1 parent 5cd662a commit 694883d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/browser/src/tracing/browserTracingIntegration.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ export const browserTracingIntegration = ((_options: Partial<BrowserTracingOptio
355355
sampled: spanIsSampled(idleSpan),
356356
dsc: getDynamicSamplingContextFromSpan(span),
357357
});
358+
359+
scope.setSDKProcessingMetadata({
360+
normalizedRequest: undefined,
361+
});
358362
},
359363
});
360364

0 commit comments

Comments
 (0)