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({