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 33e965d commit c67067eCopy full SHA for c67067e
1 file changed
packages/node/src/sdk/index.ts
@@ -1,4 +1,4 @@
1
-import type { Integration, Options } from '@sentry/core';
+import { Integration, Options, rewriteFramesIntegration } from '@sentry/core';
2
import {
3
consoleIntegration,
4
consoleSandbox,
@@ -63,6 +63,9 @@ export function getDefaultIntegrationsWithoutPerformance(): Integration[] {
63
// Global Handlers
64
onUncaughtExceptionIntegration(),
65
onUnhandledRejectionIntegration(),
66
+ rewriteFramesIntegration({
67
+ root: process.cwd(),
68
+ }),
69
// Event Info
70
contextLinesIntegration(),
71
localVariablesIntegration(),
0 commit comments