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 bd60b74 commit 86d7082Copy full SHA for 86d7082
packages/nextjs/src/common/wrapRouteHandlerWithSentry.ts
@@ -63,6 +63,12 @@ export function wrapRouteHandlerWithSentry<F extends (...args: any[]) => any>(
63
completeHeadersDict['baggage'],
64
);
65
scope.setPropagationContext(incomingPropagationContext);
66
+ scope.setSDKProcessingMetadata({
67
+ request: {
68
+ method,
69
+ headers: completeHeadersDict,
70
+ },
71
+ });
72
}
73
74
const response: Response = await handleCallbackErrors(
0 commit comments