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

Capture/report the Sdk Extension version

Open yogurtearl opened this issue 2 years ago • 2 comments

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

yogurtearl avatar Jun 06 '23 20:06 yogurtearl

@yogurtearl thanks for the suggestion, the feature totally makes sense, we'll look into this soon-ish!

romtsn avatar Jun 06 '23 21:06 romtsn

Could make sense to add it to our os context protocol defined here.

markushi avatar Jun 07 '23 14:06 markushi