fix: 🐛 Explicitely set log severity to "info"

This commit is contained in:
Jesse Wierzbinski 2024-07-27 15:43:30 +02:00
parent 7563315750
commit 62b68a64ac
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ import { setupDatabase } from "./drizzle/db";
if (import.meta.main) {
await import("./setup");
sentry?.captureMessage("Server started");
sentry?.captureMessage("Server started", "info");
}
await setupDatabase();