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.
1 parent b6947b2 commit 0c3d8ecCopy full SHA for 0c3d8ec
cmd/scw/main.go
@@ -35,6 +35,7 @@ var (
35
func cleanup(buildInfo *core.BuildInfo) {
36
if err := recover(); err != nil {
37
fmt.Println(sentry.ErrorBanner)
38
+ fmt.Println(err)
39
fmt.Println("stacktrace from panic: \n" + string(debug.Stack()))
40
41
// This will send an anonymous report on Scaleway's sentry.
0 commit comments