Skip to content

Commit

Permalink
Merge pull request #15823 from dt/noreport
Browse files Browse the repository at this point in the history
log: disable crash reports from non-release binaries
  • Loading branch information
dt authored May 10, 2017
2 parents fdc31f8 + 4b70c5f commit 9207d44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/util/log/crash_reporting.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ var crashReportURL = func() string {
var defaultURL string
if build.IsRelease() {
defaultURL = "https://ignored:[email protected]/sentry"
} else {
defaultURL = "https://ignored:[email protected]/sentrydev"
}
return envutil.EnvOrDefaultString("COCKROACH_CRASH_REPORTS", defaultURL)
}()
Expand Down

0 comments on commit 9207d44

Please sign in to comment.