When capturing custom events, can I include the stack trace of all threads? #5364
-
I found that it only contains the stacktrace of the current thread, can it contain all threads? But SentryThreadInspector->getCurrentThreadsWithStackTrace is private, I can't access it. Any suggestions? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We currently only attach the stacktrace for the current thread, cause attaching it for all threads requires suspending all threads and that slows down your app a bit. We can consider adding an option to allow attaching all threads if that would help. |
Beta Was this translation helpful? Give feedback.
We currently only attach the stacktrace for the current thread, cause attaching it for all threads requires suspending all threads and that slows down your app a bit. We can consider adding an option to allow attaching all threads if that would help.