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

Add Scene name to `Unity` context

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

Some events like OOM and ANR are not very actionable due to lack of proper stack trace. At least knowing which Scene would help the user get an idea of where the problem happened.

This consists of the following steps:

  • [x] Let the SDK report the active scene's name: https://github.com/getsentry/sentry-unity/pull/2084
  • [ ] Prettify active_scene_name
  • [ ] Automatically promote the active_scene_name to a tag to get it indexed and searchable

bruno-garcia avatar Mar 18 '25 19:03 bruno-garcia