glitchtip
Some checks failed
CI/CD / test (push) Failing after 4s
CI/CD / deploy (push) Failing after 32s

This commit is contained in:
Untone 2024-04-09 19:56:21 +03:00
parent 3e4afad081
commit 8c68000e43

View File

@ -9,7 +9,7 @@ const authorizer = new Authorizer({
}); });
const Sentry = require("@sentry/node"); const Sentry = require("@sentry/node");
Sentry.init({ dsn: process.env.SENTRY_DSN }); Sentry.init({ dsn: process.env.GLITCHTIP_DSN });
const startServer = async () => { const startServer = async () => {
const server = await Server.configure({ const server = await Server.configure({