Removed Problematic Sentry Integrations

This commit is contained in:
Ahmad 2024-12-28 00:27:03 -05:00
parent 7050de3512
commit 542405be98
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 2 additions and 1 deletions

View file

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