Skip to content

Using a different thread's call stack for grouping #946

Answered by supervacuus
mgooding asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mgooding, this touches on a more significant topic with different use cases but for which Sentry currently doesn't provide a suitable solution:

  • Sentry doesn't provide any grouping rules that would allow switching the identity thread from the crashing one to any other
  • There are currently multiple properties in the event payload that could help with the problem of identifying the right thread for a crash, but
  • the thread information is contained in the minidump and would have to be either duplicated or enriched in the client and then merged in the event processing and
  • our event processing currently ignores/overwrites some of the properties (#268, #823) because it was implemented with th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mgooding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants