getsentry / getsentry/sentry-java
Set navigation params (Indent.bundle.data) as crumbs
- Linguagem predominante
- Kotlin
- Estrelas
- 1.4k
- Forks
- 478
- Merge médio
- 3d 4h
- PRs com merge (30d)
- 72
Descrição
### 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.
Guia de contribuição
Direção de pesquisa
Comece em ActivityLifecycleIntegration#addBreadcrumb e no caminho do breadcrumb de Activity.onCreate; em seguida, compare a implementação existente em sentry-android-navigation. Adicione ao data bag do breadcrumb somente as chaves de extras/data de Intent, excluindo os valores, e verifique se os parâmetros de navegação aparecem sem expor PII.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- android, kotlin
- Domínio
- mobile, observability
- Tipo de issue
- Funcionalidade
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100