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

chore(reduce_honeybadger_noise): saveCheckFromTimeMachine creating HoneyBadger noise #18188

Merged
merged 1 commit into from
May 21, 2020

Conversation

asalem1
Copy link
Contributor

@asalem1 asalem1 commented May 21, 2020

Closes https://app.honeybadger.io/projects/61122/faults/64020050

Problem

Users creating a check with a name that already exists on another check was causing us to report a HoneyBadger error. By reporting this error to HoneyBadger, we are creating extra HoneyBadger noise that isn't actionable in any way and reduces the importance of HoneyBadger errors.

Solution

Check the error message that's returned in the catch block of the saveCheckFromTimeMachine to see if there's a reference to the "rename your check" string above. If there is, don't report a HoneyBadger error.

…ng Honeybadger errors when users were trying to save checks with the same name.
@asalem1 asalem1 requested a review from TCL735 May 21, 2020 17:15
@asalem1 asalem1 merged commit bf13e33 into master May 21, 2020
@asalem1 asalem1 deleted the chore/remove-honeybadger-noise branch May 21, 2020 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants