sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Investigate into Google Play Integrity API

Open markushi opened this issue 2 years ago • 2 comments

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

markushi avatar Nov 06 '23 13:11 markushi

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

kahest avatar Nov 08 '23 15:11 kahest

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.

markushi avatar Nov 16 '23 09:11 markushi