-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Remove Settings.Secure.ANDROID_ID in favor of generated installationId #1455
Conversation
@bruno-garcia a thing to consider here is: Flutter, RN and Cordova won't be able to set a |
We could possibly have a new option on the native bridge to get back to the old behavior. But ideally we'd drop that on the next major anyway |
@ueman and @jennmueng please create an issue in the RN, Flutter and Cordova repos |
`Instructions and example for changelog`$
To the changelog entry, please add a link to this PR (consider a more descriptive message):` - Remove Settings.Secure.ANDROID_ID in favor of generated installationId(#1455)
|
Raised the RN: getsentry/sentry-react-native#1489 |
📜 Description
Remove Settings.Secure.ANDROID_ID in favor of generated installationId
💡 Motivation and Context
https://docs.sentry.io/product/security/mobile-privacy/
Fixes #1446
💚 How did you test it?
running it, tests always exists for non null user id
📝 Checklist
🔮 Next steps