sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Use sentry_options_add_view_hierarchy to attach view hierarchy to native crashes

Open bruno-garcia opened this issue 6 months ago • 0 comments
trafficstars

The Sentry native SDK added a new API to attach view hierarchies:

https://github.com/getsentry/sentry-native/pull/1191

This should allow not only non-fatal errors from having the view hierarchy sent to Sentry but also crashes, assuming we're able to get the view hierarchy in those cases.

Relates to:

  • https://github.com/getsentry/sentry-unreal/issues/885
  • https://github.com/getsentry/sentry-godot/issues/166

bruno-garcia avatar Apr 26 '25 23:04 bruno-garcia