We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f37bdad + 56fb19f commit 6065f07Copy full SHA for 6065f07
nconf/logging.go
@@ -68,6 +68,7 @@ func AddBugSnagHook(config *BugSnagConfig) error {
68
bugsnag.Configure(bugsnag.Configuration{
69
APIKey: config.APIKey,
70
ReleaseStage: config.Environment,
71
+ PanicHandler: func() {}, // this is to disable panic handling. The lib was forking and restarting the process (causing races)
72
})
73
hook, err := logrus_bugsnag.NewBugsnagHook()
74
if err != nil {
0 commit comments