sentry-java
sentry-java copied to clipboard
Investigate into Google Play Integrity API
Problem Statement
https://developer.android.com/google/play/integrity/overview
Solution Brainstorm
Check
- if this would be beneficial for us / app developers
- default quotas for SDKs
- 3rd party dependencies we'd be pulling in
To consider:
- this requires API calls to Google Integrity API and imposes a limit of 10k calls per day per app
- agreement of ToS is required by the app publisher
- for these reasons it might be more suitable to leave this to the app developers and provide an optional integration in our SDK that allows to feed the information gained from this API into Sentry
As of now there's nothing stopping an app developer of integrating the Play Integrity API themselves and reporting the outcome via e.g. Sentry.setTag(). Let's keep this topic in mind, but move it further down the backlog.