Skip to content

Commit

Permalink
Disable Sentry by default (#41)
Browse files Browse the repository at this point in the history
Only enable Sentry if explicitly enabled by the user even on startup.
  • Loading branch information
agners authored Oct 4, 2021
1 parent 342ae4e commit 03d2826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (

var (
version string = "dev"
enableCapture bool = true
enableCapture bool = false
)

func main() {
Expand Down

0 comments on commit 03d2826

Please sign in to comment.