Skip to content

Commit

Permalink
Update internal/reporting/sentry.go
Browse files Browse the repository at this point in the history
Co-authored-by: Iván Ovejero <[email protected]>
  • Loading branch information
tomi and ivov authored Nov 27, 2024
1 parent e773d41 commit 8a8163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reporting/sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func Init() {
})

if err != nil {
logs.Errorf("Sentry failed to initialize: %s", err)
logs.Errorf("Sentry failed to initialize: %v", err)
os.Exit(1)
}
}
Expand Down

0 comments on commit 8a8163d

Please sign in to comment.