getsentry / getsentry/sentry-java

Capture/report the Sdk Extension version

Open
#2,777 2 comments 0 reactions 0 assignees View on GitHub
Android Errors Improvement
Dominant language
Kotlin
Stars
1.4k
Forks
478
Avg merge
2d 23h
Merged PRs (30d)
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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.