LiveSession and Errorception integration

What is Errorception?

Errorception is a tool to control the stability of your app and report errors. With this integration, you’ll access session replays directly from the Errorception issue details.

How does it work?

Every time a new session starts, a session link is sent to Errorception. This allows for direct access to session replays.

How can I install this integration?

To install integration, add the code below before your </body> closing tag:
<script>
__ls("getSessionURL", function (url, isNewSession) {
    _errs.meta = {
        sessionURL: url,
    };
});
</script>

Didn’t find an answer?

Try using the search engine or just contact us

[email protected]Chat with us

Start using LiveSession for free now.

Free 14-day trial

No credit card required

Easy setup