getsentry / getsentry/sentry-java
Capture/report the Sdk Extension version
Ouverte
Android
Errors
Improvement
- Langage dominant
- Kotlin
- Étoiles
- 1.4k
- Forks
- 478
- Merge moyen
- 2 j 23 h
- PR mergées (30 j)
- 67
Description
### Problem Statement
Right now the sdk captures the OS version, but not the Sdk extensions version.
### Solution Brainstorm
call `SdkExtensions.getExtensionVersion` and add it to events and transactions.
https://developer.android.com/guide/sdk-extensions#checks
Extensions would need to be a map.
"R" -> 4
"S" -> 1
"T" -> 0
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.