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 117df0e commit e773d41
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 @@ -26,7 +26,7 @@ func Init() {
return
}

logs.Info("Initializing Sentry")
logs.Debug("Initializing Sentry")

err := sentry.Init(sentry.ClientOptions{
Dsn: config.Dsn,
Expand Down

0 comments on commit e773d41

Please sign in to comment.