mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Update Sentry Integrations
This commit is contained in:
parent
4f079ccf4d
commit
7050de3512
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ Sentry.init({
|
|||
enableScreenshot: true,
|
||||
}),
|
||||
Sentry.replayCanvasIntegration(),
|
||||
Sentry.browserProfilingIntegration(),
|
||||
],
|
||||
|
||||
// Set tracesSampleRate to 1.0 to capture 100%
|
||||
|
|
|
@ -6,6 +6,7 @@ import * as Sentry from '@sentry/nextjs';
|
|||
|
||||
Sentry.init({
|
||||
dsn: 'https://bb697105eaabbc6f70af12e84e936ded@o4508368569368576.ingest.us.sentry.io/4508368582017024',
|
||||
integrations: [Sentry.prismaIntegration()],
|
||||
|
||||
// Set tracesSampleRate to 1.0 to capture 100%
|
||||
// of transactions for tracing.
|
||||
|
|
Loading…
Reference in a new issue