-
-
Notifications
You must be signed in to change notification settings - Fork 255
Report isolate as thread #847
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
Conversation
Made it a draft since its blocked by #841 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ueman please merge main into this branch, so I can test both changes together :) thanks. |
@marandaneto done |
@marandaneto When testing with the Flutter example app, you may need to enable the |
@ueman not sure if its a bug on the Android SDK or this SDK, but if I capture an exception on the Dart side:
|
I think this might be an error on the Android side. I even wrote tests, that make sure that and here |
@ueman I can confirm, since it's correct on iOS. |
Soooo, this can be merged then, right? |
Since the Sentry Android SDK was updated, this should now also work as expected on Android. The failing CI test is unrelated to my changes, since I didn't touch any iOS code. |
I've attached two example events to the PR description. It works really well now. For convenience: |
Thanks @ueman |
📜 Description
This PR introduces reporting of the current isolate as thread.
See for example events:
💡 Motivation and Context
Closes #839
💚 How did you test it?
Added a new test case.
📝 Checklist
🔮 Next steps
Thread
s are not correctly attached to events #841 is fixed, then I'll look at this again to see if everything works and fix it if needed.