From a768ed718a8c3c40658819db2642b33afa441e72 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 28 Nov 2022 12:56:43 +0100 Subject: [PATCH] update sentry --- apps/api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()