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

chore(android): add thread name to exception #1133

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

abhaysood
Copy link
Contributor

@abhaysood abhaysood commented Aug 26, 2024

Description

Adds thread name to exception object. This allows the server to pick the thread name directly from the event instead of relying on attributes. Using the thread name from attributes was not a issue on Android, but on iOS the thread name of the event can be different from where the exception actually occurred. This change makes things consistent between the two platforms to avoid platform checks on backend.

Related issue

Closes #1127
Relates to #1047

@abhaysood abhaysood added chore internal tasks android android related labels Aug 26, 2024
@abhaysood abhaysood requested a review from adwinross August 26, 2024 12:22
@abhaysood abhaysood self-assigned this Aug 26, 2024
Copy link

vercel bot commented Aug 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 0:22am

@abhaysood abhaysood marked this pull request as draft August 26, 2024 12:58
@abhaysood
Copy link
Contributor Author

Work is complete, marking as draft until backend is ready to support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android android related chore internal tasks
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Add thread name to exception
2 participants