From 37036f0fcae4eb3c6a77424574f0a733d1e9c136 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 28 Nov 2022 13:57:18 +0100 Subject: [PATCH] fix: sentry dsn update --- 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 bd1fa3db9..be4113d7c 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 = 'http://5c32291aa76244988b7a327c77f7588f@glitchtip.example.coolify.io/1'; +const sentryDSN = 'https://409f09bcb7af47928d3e0f46b78987f3@o1082494.ingest.sentry.io/4504236622217216'; (async () => { const settings = await prisma.setting.findFirst()