sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Support Source Maps Debugger Modal

Open kahest opened this issue 1 year ago • 1 comments

Description

If debug symbol files are missing or stack trace could not be symbolicated for any other reason, we currently show various warnings and alerts at the top of the issues page. Some platforms support the Source Maps Debugger getsentry/sentry#55663 which shows a pill/button inside the affected stack frame and provides context on what the issue is and how to solve it.

We should look into supporting this for the main Mobile platforms.

Note: for RN this might already work for all JS frames. TBD native frames

kahest avatar Aug 08 '24 14:08 kahest

  • Links to docs should be RN specific
  • Hosting publicly might not be relevant to RN users (only RN web)
  • https://github.com/getsentry/symbolicator/issues/1448
    • If symbolicator report the hermes_debug_info we can show more specific steps in the Debug Modal

krystofwoldrich avatar Aug 09 '24 12:08 krystofwoldrich