Skip to content

Commit 80120b1

Browse files
committed
Oops
1 parent 8707522 commit 80120b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-integration-tests/suites/public-api/LocalVariables/local-variables-caught.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sentry.init({
77
integrations: [new Sentry.Integrations.LocalVariables({ captureAllExceptions: true })],
88
beforeSend: event => {
99
// eslint-disable-next-line no-console
10-
console.log(JSON.stringify(event, null, 2));
10+
console.log(JSON.stringify(event));
1111
},
1212
});
1313

0 commit comments

Comments
 (0)