Insight Hub Bugsnag

Integrating LogRocket with Insight Hub Bugsnag

Add a LogRocket session recording URL to every Insight Hub BugSnag exception report.

bugsnag({
  beforeSend: function (report) {
    report.updateMetaData('LogRocket', {
      sessionURL: LogRocket.sessionURL,
    });
  }
});