getsentry / getsentry/sentry-java

Capture/report the Sdk Extension version

未關閉
#2,777 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
Android Errors Improvement
主要語言
Kotlin
星號
1.4k
分支
478
平均合併
3 天 4 小時
30 天內合併 PR
72

描述

### 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

貢獻指南

開啟貢獻指南

研究方向

首先定位現有的 OS 版本擷取邏輯,以及事件和交易的建構路徑。閱讀連結的 Android SDK Extensions 文件中關於 SdkExtensions.getExtensionVersion 的內容,然後驗證擴充功能對映以及 R、S 和 T 值同時存在於事件和交易中。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
android, kotlin
領域
mobile-dev
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
38/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。