feat: npm install (bo check package.lock)
Some checks failed
CI/CD / test (push) Successful in 9s
CI/CD / deploy (push) Failing after 27s

This commit is contained in:
Stepan Vladovskiy
2024-04-09 12:16:23 -03:00
parent 3e4afad081
commit 14a0fba747
3 changed files with 199 additions and 2 deletions

View File

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