diff --git a/dapp/src/sentry/index.ts b/dapp/src/sentry/index.ts index a873db886..2a1bfb988 100644 --- a/dapp/src/sentry/index.ts +++ b/dapp/src/sentry/index.ts @@ -6,6 +6,8 @@ const initialize = (dsn: string) => { integrations: [ Sentry.browserTracingIntegration(), Sentry.captureConsoleIntegration({ levels: ["error"] }), + Sentry.extraErrorDataIntegration(), + Sentry.httpClientIntegration(), ], // Attach stacktrace to errors logged by `console.error`. This is useful for // the `captureConsoleIntegration` integration.