We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8e780 commit 6c6f355Copy full SHA for 6c6f355
packages/nextjs/src/common/wrapRouteHandlerWithSentry.ts
@@ -40,6 +40,8 @@ export function wrapRouteHandlerWithSentry<F extends (...args: any[]) => any>(
40
41
isolationScope.setSDKProcessingMetadata({
42
request: {
43
+ url: parameterizedRoute,
44
+ method,
45
headers: completeHeadersDict,
46
},
47
});
0 commit comments