Other Services
SessionStack can be integrated with nearly every service out there.
For any services, you can check their documentation on how to add custom metadata.
Just use getSessionId
to link to add a SessionStack recording:
sessionstack('getSessionId', function(sessionId) {
if (sessionId) {
var sessionURL = sessionURL = 'https://app.sessionstack.com/player/#/sessions/' + sessionId;
// Use the sessionURL with the provided APIs by the tool you'll make the integration with.
}
});
Updated about 7 years ago