close
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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;
});

Honeybadger Documentation Reference

Last updated