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

Replays not masking text correctly #3978

Closed
6 tasks
JoarTaylor opened this issue Jul 30, 2024 · 1 comment
Closed
6 tasks

Replays not masking text correctly #3978

JoarTaylor opened this issue Jul 30, 2024 · 1 comment

Comments

@JoarTaylor
Copy link

OS:

  • Windows
  • [* ] MacOS
  • Linux

Platform:

  • [ *] iOS
  • Android

SDK:

  • [ *] @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: 5.26.0

react-native version: 0.74.2

Are you using Expo?

  • [* ] Yes
  • No

Are you using sentry.io or on-premise?

  • sentry.io (SaaS)
  • [ *] on-premise

Configuration:

(@sentry/react-native)

Sentry.init({
 ...,
_experiments: {
        replaysOnErrorSampleRate: 1.0,
        replaysSessionSampleRate: 1.0,
      },
 integrations: [
        Sentry.mobileReplayIntegration({
          maskAllImages: true,
          maskAllText: true,
        }),
]
});

I have the following issue:

Texts are not completely masked. Lines are missing here and there. Also, if there is a modal thats partially covering the screen, the content behind instantly gets unmasked when the modal is opened.

Steps to reproduce:

  • Try with text behind modal

Actual result:

Texts har not masked behind modal and only partially on some places troughout the app

Expected result:

To it to be completely masked, since we cant use this feature yet because of sensitive user information

@krystofwoldrich
Copy link
Member

Hi @JoarTaylor,
thank you for trying out the SR Public Beta, we appreciate the feedback.

We are currently tracking two issues related to what you are experiencing.

We will fix this shorly. Please follow the linked issues for more details.

I will close this as duplicate of the mentioned.

@krystofwoldrich krystofwoldrich closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
@github-project-automation github-project-automation bot moved this from Needs Discussion to Done in Mobile & Cross Platform SDK Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants