Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flag to turn on/off sending Sentry events. default on. Fixed #1198 (#5156) #5169

Merged
merged 2 commits into from
Apr 10, 2020

Conversation

parasssh
Copy link
Contributor

@parasssh parasssh commented Apr 10, 2020

cherry-picked from commit b5d6b09


This change is Reviewable

Docs Preview: Dgraph Preview

@parasssh parasssh requested review from manishrjain and a team as code owners April 10, 2020 17:47
Copy link
Contributor

@martinmr martinmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple minor comments but it :lgtm:

Reviewed 2 of 2 files at r1.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @manishrjain and @parasssh)


dgraph/cmd/alpha/run.go, line 151 at r1 (raw file):

o Sentry. (default on)"

minor: Put the period at the end "Sentry (default on)."


dgraph/cmd/zero/run.go, line 93 at r1 (raw file):

	flag.Duration("rebalance_interval", 8*time.Minute, "Interval for trying a predicate move.")
	flag.Bool("telemetry", true, "Send anonymous telemetry data to Dgraph devs.")
	flag.Bool("enable_sentry", true, "Turn on/off sending events to Sentry. (default on)")

minor: Put the period at the end "Sentry (default on)."

@parasssh parasssh merged commit ad72e9a into release/v20.03 Apr 10, 2020
@parasssh parasssh deleted the paras/v2003_flag_sentry branch April 10, 2020 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants