-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Grouping code should take stack trace on Threads into account #23559
Comments
it's not current=the main/UI thread - shows I've updated the issues desc and title |
This is for |
https://develop.sentry.dev/sdk/event-payloads/threads/#attributes The UI shows |
after a discussion and talking to some other folks, that's how it should be:
there's no JSON field for UI/Main thread, we could consider adding a if that's the correct assumption, |
@marandaneto @bruno-garcia Is this still an issue? And if so, is it a problem with our grouping logic or with how the data is getting annotated by the SDK? (Sounds like the latter?) |
Currently, grouping doesn't consider stack trace of threads, falling back to
message
. An example, in Cocoa.This behavior was seeing at least when no thread was marked at
crashed
.sentry-cocoa
to mark a frame as crashed.The text was updated successfully, but these errors were encountered: