-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
No way to disable Android inegration (TempSensorBreadcrumbsIntegration
), making app rejected
#1129
Comments
@fzyzcjy you can disable it on Android directly https://docs.sentry.io/platforms/android/enriching-events/breadcrumbs/#disable-automatic-breadcrumbs |
Tencent store (with ~1 billion target users where google play is banned). It says sentry is reading BODY_SENSORS (though I think indeed it is not), and provides this stack trace:
|
Thanks! However, will this also remove many other types of events as well? I only want to remove that one, while other many events should still exist |
Yes, it will remove all the system events crumbs, so |
Thank you. So when will we ave that flag? Looking forward to it! |
@marandaneto Hi I am going to make a PR to introduce this when having time :) |
Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
Output of the command
flutter doctor -v
below:The output goes here...
The version of the SDK (See pubspec.lock):
4.x.x
I have the following issue:
The
TempSensorBreadcrumbsIntegration
is reading BODY_SENSORS information (while I do not need it), and the app is rejected by stores due to reading privacy data. Therefore, I would appreciate it if there is a way to disable this integration.The description goes here ...
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: