All Collections
Integrations
Errorception integration
Errorception integration
Patryk avatar
Written by Patryk
Updated over a week ago

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.

Important: Remember that LiveSession only starts recording if it detects any activity of user (read more about recording conditions). For example, if an error occurs on rendering page, the session (in most cases) won’t start. This means that the Errorception issue won’t get a session recording link.

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>

For this integration to work, you need to have both Errorception and LiveSession installed on your website. If you haven’t installed our tracking code yet, check this article.

Did this answer your question?