diff --git a/package.json b/package.json index 1725321..c826588 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbo", + "debug": "NODE_OPTIONS='--inspect' next dev --turbo", "build": "next build", "start": "next start", "lint": "next lint && tsc --noemit", diff --git a/sentry.server.config.ts b/sentry.server.config.ts index 880b792..d83b1c3 100644 --- a/sentry.server.config.ts +++ b/sentry.server.config.ts @@ -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.