glitchtip
This commit is contained in:
parent
3e4afad081
commit
8c68000e43
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user