Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Session Replay]: Admin panel "Session Replay" does not show sessions #4346

Open
a-petrenko-muse opened this issue Dec 6, 2024 · 0 comments

Comments

@a-petrenko-muse
Copy link

What React Native libraries do you use?

React Native without Frameworks

Are you using sentry.io or on-premise?

sentry.io (SaS)

@sentry/react-native SDK Version

6.4.0

How does your development environment look like?

os: mac os
node: 18.20.3
react: 18.2.0
react-native: 0.74.5
hermesEnabled: true
newArchEnabled: false

Sentry.init()

Sentry.init({
        dsn,
        release,
        tracesSampleRate: 1.0,
        profilesSampleRate: 1.0,
        dist: appBuild,
        _experiments: {
            replaysSessionSampleRate: 1.0,
            replaysOnErrorSampleRate: 1.0,
        },
        integrations: [
            Sentry.mobileReplayIntegration({
                maskAllImages: false,
                maskAllText: false,
            }),
        ],
        debug: __DEV__,
        environment: __DEV__ ? 'development' : 'production',
})

Steps to Reproduce

Hi !
I try to use Session Replay feature.
I see that there are no errors in the console for dev mode.
I made several builds for testflight with pages that contain crashes and I see them correctly in the admin panel, but the console with session replays is empty.

Image
Image
Image
Image

Expected Result

Console with sessions shows errors

Actual Result

Console with sessions is empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Product Owner
Status: Needs Discussion
Development

No branches or pull requests

2 participants