Skip to content

Commit

Permalink
remove initial message
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Feb 21, 2025
1 parent 6f081d6 commit efe401f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sentry/sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func InitSentry(libraryVersion string) {
scope.SetTag("os_version", os)
}
})
sentry.CaptureMessage("Sentry initialized")
if result := sentry.Flush(SentryTimeout); !result {
log.Error("Flushing to Sentry timed out")
} else {
Expand Down

0 comments on commit efe401f

Please sign in to comment.