fix: notify if sentry is enabled

This commit is contained in:
ckt1031 2023-08-30 22:27:48 +08:00
parent cfb943c1c9
commit 71496a4e15

View File

@ -39,6 +39,7 @@ func main() {
Dsn: sentrDSN, Dsn: sentrDSN,
TracesSampleRate: 0.1, TracesSampleRate: 0.1,
}) })
common.SysLog("Sentry initialized")
} }
common.SetupGinLog() common.SetupGinLog()