Add a LogRocket session recording URL to every Rollbar exception report.
LogRocket.getSessionURL(sessionURL => {
Rollbar.configure({
transform: function (obj) {
obj.sessionURL = sessionURL;
},
});
});
Updated 2 years ago
LogRocket helps product teams build better experiences for their users. By recording videos of user sessions along with logs and network data, LogRocket surfaces UX problems and reveals the root cause of every bug.
Integrating LogRocket with Rollbar
Add a LogRocket session recording URL to every Rollbar exception report.
LogRocket.getSessionURL(sessionURL => {
Rollbar.configure({
transform: function (obj) {
obj.sessionURL = sessionURL;
},
});
});
Updated 2 years ago