Skip to content

Releases: flownative/flow-sentry

v1.3.2

05 Oct 20:18
8fdf1c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Jun 06:33
e8eb0d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

21 Feb 10:57
5c63a1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

14 Dec 07:44
c759f99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

05 Jul 16:03
aece81c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

24 Jun 16:47
ff25743
Compare
Choose a tag to compare

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

v1.1.5

24 Jun 14:44
43333a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

08 Jun 07:20
f9d95d8
Compare
Choose a tag to compare

What's Changed

  • Adjust to changed signature of echoExceptionCli() by @robertlemke in #9

Full Changelog: v1.1.3...v1.1.4

v1.1.3

18 May 17:12
v1.1.3
a816e2e
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.1

27 Oct 14:57
a2f03cc
Compare
Choose a tag to compare

Added compatibility with PHP 8.0