getsentry / getsentry/sentry-java
Use info from `ApplicationStartInfo` API on Android 15
Abierto
Android
Feature
Google I/O 2026
Spans
- Lenguaje dominante
- Kotlin
- Estrellas
- 1.4k
- Forks
- 478
- Merge medio
- 2 d 23 h
- PR fusionados (30 d)
- 67
Descripción
### 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+.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.