sentry-dart-plugin icon indicating copy to clipboard operation
sentry-dart-plugin copied to clipboard

feat(flutter-web): improve stackframes

Open buenaflor opened this issue 5 months ago • 1 comments

:scroll: Description

Depends on https://github.com/getsentry/sentry-dart-plugin/pull/319

:bulb: Motivation and Context

Cleans up the stacktrace to make them cleaner and easier to look at by stripping the verbose prefixes.

Closes https://linear.app/getsentry/issue/DART-112/flutter-web-improve-stackframe-ui

:green_heart: How did you test it?

plugin test

Before

Screenshot 2025-05-15 at 14 43 16

After

Screenshot 2025-05-15 at 14 44 00

:pencil: Checklist

  • [ ] I reviewed submitted code
  • [ ] I added tests to verify changes
  • [ ] I updated the docs if needed
  • [ ] All tests passing
  • [ ] No breaking changes

:crystal_ball: Next steps

buenaflor avatar May 15 '25 12:05 buenaflor