Session Reply not capturing sessions on error with doc provided configuration options #9202
Unanswered
PaulSender
asked this question in
Q&A
Replies: 1 comment
-
Hey @PaulSender, there could be a variety of reasons why replays are not showing up. Are you able to provide a link to the error so we can take a look at the account details? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to enable session reply for Sentry. I set up my configuration options according to the docs but I'm still getting a message saying they are not enabled when viewing an error in Sentry. Below are is my config:
I have
import * as Sentry from '@sentry/react';
imported in this file at version "@sentry/react": "^7.73.0",Here are the docs for reference: https://docs.sentry.io/platforms/javascript/guides/react/session-replay/
Why aren't replays being recorded?
Beta Was this translation helpful? Give feedback.
All reactions