Skip to content

Releases: kodus/sentry

2.1.1

13 Sep 11:01
f8522f3
Compare
Choose a tag to compare

What's Changed

  • Add return types to jsonSerialize methods by @vortrixs in #8
  • Small refactor in ExceptionReporter to avoid error suppression operator by @thomasnordahl-dk in #7

Full Changelog: 2.1.0...2.1.1

2.1.0

24 Aug 11:16
f9705ca
Compare
Choose a tag to compare

Updated minimum PHP version required to 8.0

Patch release

06 Mar 12:41
Compare
Choose a tag to compare

Minor bugfix with a small breaking change from 2.0.0: filters are now applied against absolute rather than relative paths (since we don't necessarily have relative paths at all - it depends on whether we have a root-path setting; but that shouldn't affect the filter behavior.)

Feature release

06 Mar 08:59
e88a6ea
Compare
Choose a tag to compare

This release introduces a simple abstraction of Event Capture, and the option to buffer and defer the capture of events - as well as implementing your own custom strategy.

Breaking changes are documented here and affect the bootstrapping of the client only - there are no breaking changes to the public interfaces beyond the constructors.

This release also includes an enhancement to the exception reporter, which now supports filtering of files from stack-traces - if you use flat PHP configuration-files, this enables you to filter those, so that security-sensitive information (like passwords) don't appear in stack-traces.

1.0.0

03 Jan 12:48
Compare
Choose a tag to compare
show options