Other Services

LogRocket is easy to integrate with nearly every service.

Embedding session links

For any services not listed here, you can refer to their services' documentation for how to add custom metadata to events. Just use getSessionURL() to link to a LogRocket report:

LogRocket.getSessionURL(function (sessionURL) {
  // Use the sessionURL
});

Linking to a list of all of a user's sessions

If you'd like to a link to a list of all of users sessions from within another tool, you can construct a URL like this and embed it into your other platforms:

https://app.logrocket.com/YOUR_ORG/YOUR_APP/sessions?e=USER_EMAIL

OR

https://app.logrocket.com/YOUR_ORG/YOUR_APP/sessions?u=USER_ID

Replace YOUR_ORG, YOUR_APP and USER_EMAIL/USER_ID as needed. See Salesforce for an example of this type of integration.