integration-fix-2
Some checks failed
CI/CD / test (push) Failing after 5s
CI/CD / deploy (push) Failing after 27s

This commit is contained in:
Untone 2024-04-08 10:54:16 +03:00
parent 507b5f1bc3
commit 3e4afad081

View File

@ -8,10 +8,6 @@ const authorizer = new Authorizer({
redirectURL: process.env.REDIRECT_URL || 'https://testing.discours.io',
});
const server = Server.configure({
port,
onConnect({ connection }) {
connection.requiresAuthentication = true;
const Sentry = require("@sentry/node");
Sentry.init({ dsn: process.env.SENTRY_DSN });