-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Can't filter breadcrumbs on Android #3090
Comments
Should add that some breadcrumb categories (e.g. |
I suspect |
Hi,
At the moment this won't work on Android due to the current way of scope synchronization. More information about the issue here. The |
Thanks for the explanation -- good to know that this is a known issue/limitation. |
I'll close this issue since the core problem is described in getsentry/team-mobile#11 |
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.4.0
react-native
version: 0.70.9Are 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:
BLOOMTEXT-MOBILE-NX
Configuration:
(
@sentry/react-native
)Also tried:
(
AndroidManifest.xml
)I have following issue:
Despite filtering on
breadcrumb.category === 'action'
,network.event
andapp.lifecycle
breadcrumbs are captured. Disabling automatic breadcrumbs in the Android manifest as described here doesn't suppress these, either.Steps to reproduce:
Actual result:
Breadcrumbs contain not just
action
but alsonetwork.event
andapp.lifecycle
breadcrumbs. On iOS, there are even more categories, including 'ui.lifecycle' andtouch
...Expected result:
Breadcrumbs contain only "action" items.
The text was updated successfully, but these errors were encountered: