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

Use sentry_options_add_view_hierarchy to attach view hierarchy to native crashes

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

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-unity/issues/2129
  • https://github.com/getsentry/sentry-godot/issues/166

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