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.
_error
1 parent 65a1ff3 commit 951065eCopy full SHA for 951065e
packages/nextjs/src/utils/_error.ts
@@ -56,6 +56,7 @@ export async function captureUnderscoreErrorException(contextOrProps: ContextOrP
56
57
if (req) {
58
scope.addEventProcessor(event => addRequestDataToEvent(event, req));
59
+ scope.setSDKProcessingMetadata({ request: req });
60
}
61
62
// If third-party libraries (or users themselves) throw something falsy, we want to capture it as a message (which
0 commit comments