Add Sentry Stack Traces

and exceptions for logs containing errors.
This commit is contained in:
Maximilian Paß
2023-07-21 13:19:05 +01:00
parent eb818f92f7
commit 75f2f9b290
2 changed files with 24 additions and 16 deletions

View File

@ -53,7 +53,9 @@ var (
Logger: logger{
Level: "INFO",
},
Sentry: sentry.ClientOptions{},
Sentry: sentry.ClientOptions{
AttachStacktrace: true,
},
InfluxDB: InfluxDB{
URL: "",
Token: "",