integration-fix-2
This commit is contained in:
parent
507b5f1bc3
commit
3e4afad081
|
@ -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 });
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user