diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 0cba5debb..19aef23b5 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -36,7 +36,7 @@ declare module 'fastify' { const port = isDev ? 3001 : 3000; const host = '0.0.0.0'; -const sentryDSN = 'https://40285978081c4739b3aed4093f0abe7d@o1082494.ingest.sentry.io/6091062'; +const sentryDSN = 'https://409f09bcb7af47928d3e0f46b78987f3@o1082494.ingest.sentry.io/4504236622217216'; (async () => { const settings = await prisma.setting.findFirst()