feat: add default sentry

This commit is contained in:
Andras Bacsai
2022-11-28 12:02:10 +01:00
parent 72844e4edc
commit 40d294a247
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Setting" ADD COLUMN "sentryDSN" TEXT;

View File

@@ -32,6 +32,7 @@ model Setting {
applicationStoragePathMigrationFinished Boolean @default(false)
proxyDefaultRedirect String?
doNotTrack Boolean @default(false)
sentryDSN String?
isAPIDebuggingEnabled Boolean @default(false)
isRegistrationEnabled Boolean @default(false)
isAutoUpdateEnabled Boolean @default(false)