Skip to content

v1.2.0

Compare
Choose a tag to compare
@robertlemke robertlemke released this 24 Jun 16:47
· 25 commits to main since this release
ff25743

What's Changed

Previously, stacktraces were using the original path and filename of proxy classes, which was hard to read in the Sentry UI. With this release, stacktraces are optimize and point to the original class files instead of the proxy. Additionally, you can filter out framework classes while looking at the stacktrace (app-only view).

Compare the two screenshots (before and after) – do you see the difference?

Before

image

After

image

Full Changelog: v1.1.5...v1.2.0