getsentry / getsentry/sentry-java

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

Abierto
#2,647 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Android Errors Improvement
Lenguaje dominante
Kotlin
Estrellas
1.4k
Forks
478
Merge medio
2 d 23 h
PR fusionados (30 d)
67

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.