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 8c13337 commit b0d3b94Copy full SHA for b0d3b94
packages/nextjs/src/config/wrappers/wrapperUtils.ts
@@ -123,6 +123,7 @@ export function callTracedServerSideDataFetcher<F extends (...args: any[]) => Pr
123
const currentScope = getCurrentHub().getScope();
124
if (currentScope) {
125
currentScope.setSpan(dataFetcherSpan);
126
+ currentScope.setSDKProcessingMetadata({ request: req });
127
currentScope.addEventProcessor(event =>
128
event.type !== 'transaction'
129
? addRequestDataToEvent(event, req, {
0 commit comments