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

Sentry

Power up your Sentry exception reports with Zipy session recording URLs for quick error resolution.

Add a Zipy session recording URL to every Sentry exception report.

const zipySessionUrl = window.zipy.getCurrentSessionURL();

Sentry.configureScope(scope => {
  scope.setExtra("zipy_session_url", zipySessionUrl);
});

Last updated