Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breadcrumb sharing across Multiple Processes - Android #3748

Open
thinkocapo opened this issue Oct 3, 2024 · 0 comments
Open

Breadcrumb sharing across Multiple Processes - Android #3748

thinkocapo opened this issue Oct 3, 2024 · 0 comments

Comments

@thinkocapo
Copy link

Problem Statement

StepsToReproduce

  1. open app, which opens process_1 in Android
  2. do stuff in process_1 which records breadcrumbs
  3. DO NOT CRASH THE APP, NO CRASH HAPPENS
  4. navigate to new screen which launches process_2 in Android
  5. do stuff in process_2 which records breadcrumbs
  6. CRASH in process_2

Expected Behavior
Breadcrumbs from both process_1 and process_2 should be in the resulting Issue in Sentry

Actual Behavior
Breadcrumbs from process_2 are in the resulting Issue in Sentry.
Breadcrumbs from process_1 are not in the resulting Issue in Sentry.

Solution Brainstorm

Share breadcrumbs (hub&scope) across processes.
https://docs.sentry.io/platforms/android/configuration/multi-process-apps/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Product Owner
Status: Needs Discussion
Development

No branches or pull requests

1 participant