The Smartlook integration with Sentry allows you to access your user sessions in your Sentry issues.

Integrating Sentry

To integrate Sentry:

  1. Be sure both Sentry and Smartlook are integrated into your project.
  2. In your Project settings, go to the Integrations page.
  1. Select Sentry from the list.
  2. Enable Integration enabled.
  3. In your Sentry account, go to Issues. Click the issue you want to see and go to the Additional data section. You can see the Smartlook user session recording URL.

πŸ“˜

Expose Sentry object

In some cases, you might need to expose a Sentry object in the window:

import * as Sentry from "@sentry/browser";

window.Sentry = Sentry