Check-Ins

The Honeybadger Javascript client comes with a helper method checkIn(), that allows to ping Honeybadger from inside the code. You can read more about check-ins here.

Usage is pretty simple:

javascript
await Honeybadger.checkIn('CHECK_IN_ID')