Update Sentry Integrations

This commit is contained in:
Ahmad 2024-12-27 22:22:34 -05:00
parent 4f079ccf4d
commit 7050de3512
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ Sentry.init({
enableScreenshot: true, enableScreenshot: true,
}), }),
Sentry.replayCanvasIntegration(), Sentry.replayCanvasIntegration(),
Sentry.browserProfilingIntegration(),
], ],
// Set tracesSampleRate to 1.0 to capture 100% // Set tracesSampleRate to 1.0 to capture 100%

View file

@ -6,6 +6,7 @@ import * as Sentry from '@sentry/nextjs';
Sentry.init({ Sentry.init({
dsn: 'https://bb697105eaabbc6f70af12e84e936ded@o4508368569368576.ingest.us.sentry.io/4508368582017024', dsn: 'https://bb697105eaabbc6f70af12e84e936ded@o4508368569368576.ingest.us.sentry.io/4508368582017024',
integrations: [Sentry.prismaIntegration()],
// Set tracesSampleRate to 1.0 to capture 100% // Set tracesSampleRate to 1.0 to capture 100%
// of transactions for tracing. // of transactions for tracing.