diff --git a/lib/instrument.js b/lib/instrument.js index 624c7c0..dc8b7a2 100644 --- a/lib/instrument.js +++ b/lib/instrument.js @@ -14,6 +14,10 @@ if (process.env.SENTRY) { integrations: [ Sentry.httpIntegration({ tracing: true }), Sentry.expressIntegration(), + Sentry.contextLinesIntegration(), + Sentry.onUncaughtExceptionIntegration(), + Sentry.onUnhandledRejectionIntegration(), + Sentry.nativeNodeFetchIntegration(), ], tracesSampleRate, autoSessionTracking: false,