From 8c68000e4369b7f1238ec90453bdbd729708ecba Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 9 Apr 2024 19:56:21 +0300 Subject: [PATCH] glitchtip --- index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mjs b/index.mjs index 6484293..584dee6 100644 --- a/index.mjs +++ b/index.mjs @@ -9,7 +9,7 @@ const authorizer = new Authorizer({ }); const Sentry = require("@sentry/node"); -Sentry.init({ dsn: process.env.SENTRY_DSN }); +Sentry.init({ dsn: process.env.GLITCHTIP_DSN }); const startServer = async () => { const server = await Server.configure({