Skip to content

Commit

Permalink
Update internal/sentry/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 8f8a3e8 commit 3d374f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sentry/sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Init() {
})

if err != nil {
log.Fatalf("sentry.Init: %s", err)
logs.Errorf("Sentry failed to initialize: %s", err)
}
}

Expand Down

0 comments on commit 3d374f0

Please sign in to comment.