Skip to content

enabling enableViewRendererV2 causes most of my replays to not render when viewing them later #5435

@bj97301

Description

@bj97301

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

  1. add these last 2 enables to sentry init:
integrations: [
    Sentry.mobileReplayIntegration({
      maskAllText: false,
      maskAllImages: false,
      maskAllVectors: false,
      enableViewRendererV2: true,
      enableFastViewRendering: true,
    }),
    Sentry.userInteractionIntegration(),
  ],
  initialScope: {
  1. trigger a replay event
  2. go watch the replay

Expected Result

a viewable replay

Actual Result

black screens sometimes with strange lines like this:

Image Image

Are you willing to submit a PR?

No response

Metadata

Metadata

Assignees

Labels

Projects

Status

Waiting for: Product Owner

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions