@honeybadger-io/js
Advanced tools
Changelog
[4.0.0] - 2022-05-04
notifyAsync
: Async version of notify
that returns a promise (#327)hb.withRequest(req, fn)
method for webserver apps, which runs a fn
, isolating its context to the request req
and tracking it across async chains. The Honeybadger.requestMiddleware
for Express is now a wrapper around this. (#711, #717)Honeybadger.checkIn()
(#725)Honeybadger.lambdaHandler
: return async or callback based handler based on input handler (#677)disabled
config option (#671)enableUncaught
setting to timers and event listeners (#690)