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

Use info from `ApplicationStartInfo` API on Android 15

Open yogurtearl opened this issue 1 year ago • 9 comments

Problem Statement

Would like to have info provided in ApplicationStartInfo API on Android 15 available thru Sentry.

see https://developer.android.com/about/versions/15/features#app-start-info

Solution Brainstorm

You can use this with if( SDK >= 35 ) and still get useful data about application start up metrics for device running Android 15+.

yogurtearl avatar Jun 25 '24 15:06 yogurtearl