getsentry / sentry-native

Sentry SDK for C, C++ and native applications.
MIT License
398 stars 169 forks source link

Feature request: Obtain a managed callstack for CLR crash #611

Open reza-arjmandi opened 2 years ago

reza-arjmandi commented 2 years ago

Description

There are native and managed codes in our software (Mixed assemblies). When a crash is happened in native codes, sentry works fine and gives us an unmanaged ‘callstack’ from the dump file, but when a crash is happened in managed codes, it's impossible to obtain a managed ‘callstack’ on sentry dashboard.

ipetrovic11 commented 2 years ago

+1

flub commented 2 years ago

Hi, this will need some work from our end. We're aware that this would be a good feature but not currently sure when we'd get round to working on it.