Platform
iOS
Environment
Production
Installed
Manually
Version
not sure i am using Sentry v7.7.0
Xcode Version
i dont build locally only on eas
Did it work on previous versions?
No response
Steps to Reproduce
- add these last 2 enables to sentry init:
integrations: [
Sentry.mobileReplayIntegration({
maskAllText: false,
maskAllImages: false,
maskAllVectors: false,
enableViewRendererV2: true,
enableFastViewRendering: true,
}),
Sentry.userInteractionIntegration(),
],
initialScope: {
- trigger a replay event
- go watch the replay
Expected Result
a viewable replay
Actual Result
black screens sometimes with strange lines like this:
Are you willing to submit a PR?
No response