Enable error tracking on sendFollowUser (#17328)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
da06427cb6
commit
3eee116104
1 changed files with 1 additions and 3 deletions
|
|
@ -20,8 +20,6 @@ export function sendFollowUser(user, successCb) {
|
|||
// json is followed or unfollowed
|
||||
})
|
||||
.catch((error) => {
|
||||
// TODO: Add client-side error tracking. See https://github.com/thepracticaldev/dev.to/issues/2501
|
||||
// for the discussion.
|
||||
console.log(error); // eslint-disable-line no-console
|
||||
Honeybadger.notify(error);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue