Power up your Sentry exception reports with Zipy session recording URLs for quick error resolution.
const zipySessionUrl = window.zipy.getCurrentSessionURL(); Sentry.configureScope(scope => { scope.setExtra("zipy_session_url", zipySessionUrl); });
Last updated 1 year ago