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