mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 08:05:29 +00:00
Drop @sentry/node (Sentry support) - untested and unused
This commit is contained in:
@@ -22,7 +22,6 @@ import {
|
||||
ConnectionLoader,
|
||||
Email,
|
||||
JSONReplacer,
|
||||
Sentry,
|
||||
WebAuthn,
|
||||
initDatabase,
|
||||
initEvent,
|
||||
@@ -80,7 +79,6 @@ export class SpacebarServer extends Server {
|
||||
await Email.init();
|
||||
await ConnectionConfig.init();
|
||||
await initInstance();
|
||||
await Sentry.init(this.app);
|
||||
WebAuthn.init();
|
||||
|
||||
const logRequests = process.env["LOG_REQUESTS"] != undefined;
|
||||
@@ -157,8 +155,6 @@ export class SpacebarServer extends Server {
|
||||
|
||||
this.app.use(ErrorHandler);
|
||||
|
||||
Sentry.errorHandler(this.app);
|
||||
|
||||
ConnectionLoader.loadConnections();
|
||||
|
||||
if (logRequests)
|
||||
|
||||
Reference in New Issue
Block a user