Add Sentry Stack Traces
and exceptions for logs containing errors.
This commit is contained in:
@ -53,7 +53,9 @@ var (
|
||||
Logger: logger{
|
||||
Level: "INFO",
|
||||
},
|
||||
Sentry: sentry.ClientOptions{},
|
||||
Sentry: sentry.ClientOptions{
|
||||
AttachStacktrace: true,
|
||||
},
|
||||
InfluxDB: InfluxDB{
|
||||
URL: "",
|
||||
Token: "",
|
||||
|
Reference in New Issue
Block a user