Drop @sentry/node (Sentry support) - untested and unused

This commit is contained in:
Rory&
2025-09-29 21:28:06 +02:00
parent 3a0bded7f2
commit 0c3d8a792f
14 changed files with 3 additions and 210 deletions
-4
View File
@@ -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)