> For the complete documentation index, see [llms.txt](https://docs.zipy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipy.ai/integration/honeybadger.md).

# Honeybadger

```javascript
const zipySessionUrl = window.zipy.getCurrentSessionURL();

Honeybadger.beforeNotify(notice => {
  notice.context.sessionURL = zipySessionUrl;
});

```

[`Honeybadger Documentation Reference`](https://docs.honeybadger.io/lib/javascript/reference/configuration.html#beforenotify-handlers)
