getsentry / getsentry/sentry-java

Set navigation params (Indent.bundle.data) as crumbs

オープン
#2,647 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Android Errors Improvement
主要言語
Kotlin
スター
1.4k
フォーク
478
平均マージ
2日 23時間
マージ済み PR(30日)
67

説明

### Description

We already report breadcrumbs in `ActivityLifecycleIntegration#addBreadcrumb`, we just need to append the extras/data keys from the Intent extras/data.
The goal is that if people pass args from navigation, we know which args are passed, usually this helps out to reproduce issues.
We don't need to pass the values due to PII, but the key args should be fine.

It should be part of the `Activity.onCreate` breadcrumb, the keys should be passed inside the `data` bag. Check how it's done for `sentry-android-navigation` for prior art.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。