|
@@ -15,6 +15,7 @@ func Init() {
|
|
bugsnag.Configure(bugsnag.Configuration{
|
|
bugsnag.Configure(bugsnag.Configuration{
|
|
APIKey: config.BugsnagKey,
|
|
APIKey: config.BugsnagKey,
|
|
ReleaseStage: config.BugsnagStage,
|
|
ReleaseStage: config.BugsnagStage,
|
|
|
|
+ PanicHandler: func() {}, // Disable forking the process
|
|
})
|
|
})
|
|
enabled = true
|
|
enabled = true
|
|
}
|
|
}
|