From 0c3d8a792f9f17f2f28ad449cd8bc5c2a381c8d5 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 29 Sep 2025 21:28:06 +0200 Subject: Drop @sentry/node (Sentry support) - untested and unused --- src/api/Server.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/api/Server.ts') diff --git a/src/api/Server.ts b/src/api/Server.ts index 910e3496..3db2e6e2 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) -- cgit 1.5.1