-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Self-Hosted received Replay ID but no replays #4261
Comments
Tested on next.js web project, can see replays there. So the problem is not on self-hosted side |
Hi @iliapnmrv, Could you share with us what version of self-hosted are you running? |
@krystofwoldrich sure, it's 23.10.0.dev0. Unfortunately I could not find any requirements in docs |
@iliapnmrv 23.10.0 certainly does not support mobile replays, so I'd suggest you update to the latest version of self-hosted and see if it works. If not, you might need to tweak some flags - we can look into it later. |
What React Native libraries do you use?
React Navigation
Are you using sentry.io or on-premise?
on-premise (Self-Hosted)
@sentry/react-native SDK Version
6.1.0
How does your development environment look like?
os: macOS
node: 18.19.0
npm: 10.2.3
react: 18.3.1
react-native: 0.75.4
hermesEnabled: true
newArchEnabled: false
Sentry.init()
I don't think this can be the reason but
android/app/build.gradle
Steps to Reproduce
npm run start
npm run android
Expected Result
Replay being in sentry
Actual Result
Sentry Logger [debug]: [Sentry] MobileReplay assign already recording replay 1abbc69d6ba44df6ba29f09416f743af for event bbf31b242e0f4f42a69dda81189eb52c.
Replays tab in Sentry sidebar has no data
The text was updated successfully, but these errors were encountered: