getsentry / getsentry/sentry-java

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

Aperta
#2,647 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Android Errors Improvement
Lingua principale
Kotlin
Stelle
1.4k
Fork
478
Merge medio
2g 23h
PR unite (30g)
67

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.