Zipy
Search
K

Honeybadger

Simplify error tracking in Honeybadger with Zipy session URLs for better context and effortless debugging.
const zipySessionUrl = window.zipy.getCurrentSessionURL();
Honeybadger.beforeNotify(notice => {
notice.context.sessionURL = zipySessionUrl;
});