-
-
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
attachScreenshot: true
still takes screenshots even when enabled: false
#3317
Comments
github-project-automation
bot
moved this to Needs Discussion
in Mobile & Cross Platform SDK
Oct 2, 2023
Hi, thank you for the information, |
This is caused by the Screenshot integration being hooked to captureException and not using the event processor. sentry-react-native/src/js/client.ts Line 55 in 5af0e04
|
9 tasks
8 tasks
github-project-automation
bot
moved this from Todo
to Done
in Mobile & Cross Platform SDK
Oct 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)SDK version: 5.9.2
react-native
version: 0.71.13Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
N/A
Configuration:
(
@sentry/react-native
)I have following issue:
[Description]
Steps to reproduce:
attachScreenshot: true
andenabled: false
.Sentry.captureException()
Actual result:
Breakpoints hit as native modules try to capture a screenshot
Expected result:
Screenshots not taken as no reporting is going to happen
The text was updated successfully, but these errors were encountered: