Skip to content

Commit

Permalink
fix(ui): add honeybadger error report to checks (#16443)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoesteinkamp committed Jan 8, 2020
1 parent 11bc842 commit 51502ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/alerting/actions/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export const saveCheckFromTimeMachine = () => async (
}
} catch (error) {
console.error(error)
dispatch(notify(copy.createCheckFailed(error.message)))
reportError(error, {
context: {getState},
name: 'saveCheckFromTimeMachine function',
Expand Down

0 comments on commit 51502ca

Please sign in to comment.