Airbrake
Integrating LogRocket with Airbrake
Add a LogRocket session recording URL to every Airbrake exception report.
airbrake.addFilter(function(notice) {
  notice.context.sessionURL = LogRocket.sessionURL;
  return notice;
});Updated 9 months ago
