summary refs log tree commit diff
path: root/src/api/Server.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-29 21:28:06 +0200
committerRory& <root@rory.gay>2025-09-29 22:08:03 +0200
commit0c3d8a792f9f17f2f28ad449cd8bc5c2a381c8d5 (patch)
treec3496223456f3af11f5ce322d36619c22f961cb1 /src/api/Server.ts
parentUpdate file-type (diff)
downloadserver-ts-0c3d8a792f9f17f2f28ad449cd8bc5c2a381c8d5.tar.xz
Drop @sentry/node (Sentry support) - untested and unused
Diffstat (limited to 'src/api/Server.ts')
-rw-r--r--src/api/Server.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/api/Server.ts b/src/api/Server.ts

index 910e3496a..3db2e6e24 100644 --- a/src/api/Server.ts +++ b/src/api/Server.ts
@@ -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)