mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Removed Problematic Sentry Integrations
This commit is contained in:
parent
7050de3512
commit
542405be98
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbo",
|
"dev": "next dev --turbo",
|
||||||
|
"debug": "NODE_OPTIONS='--inspect' next dev --turbo",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint && tsc --noemit",
|
"lint": "next lint && tsc --noemit",
|
||||||
|
|
|
@ -6,7 +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()],
|
// 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.
|
||||||
|
|
Loading…
Reference in a new issue