Skip to content

Releases: netlogix/Netlogix.Sentry

1.7.1 - Repair unit tests for Phpunit 10.5+

31 Oct 14:47
d42718a
Compare
Choose a tag to compare

What's Changed

  • fix: Ensure mocks in unit tests have unique classnames by @paxuclus in #38

Full Changelog: 1.7.0...1.7.1

1.7.0 - Enhanced variable scrubbing and context vars

25 Oct 13:56
5bc037c
Compare
Choose a tag to compare

Scrub frame variables manually in case scrubbing isn't already done by zend.exception_ignore_args.

This allows for individual per-frame decissions to either drop certain variables or keep them. It doesn't change, however, how frame variables are transported to Sentry, which usually is very none-descriptive due to how Sentry handles variable repreesntation.

To add more details to variables, specific frame variables can be analyzed and copied from frames to the event context befor being potentially scrubbed and stringified.

1.6.2 - Handle nullable Stacktraces

23 Apr 10:03
54931f4
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: handle nullable stacktraces by @PRGfx in #34

New Contributors

  • @PRGfx made their first contribution in #34

Full Changelog: 1.6.1...1.6.2

1.6.1 - Check if event is null before encrypting payload

07 Dec 08:07
2e6ba93
Compare
Choose a tag to compare

What's Changed

  • fix: Check if event is null before encrypting payload by @paxuclus in #33

Full Changelog: 1.6.0...1.6.1

1.6.0 - Allow encryption of POST data before sending it to sentry

23 Nov 09:24
f058b9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0 - Don't log AccessDeniedException by default

22 Jun 07:49
bde9c39
Compare
Choose a tag to compare

What's Changed

  • Add Neos\Flow\Security\Exception\AccessDeniedException to denyList by @toni-bessel in #27
  • BUGFIX: Add default DSN from env var by @paxuclus in #28

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1 - Ensure PhpUnit 10 Compatibility

01 Jun 13:44
6b2eafe
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Ensure phpunit 10 compatibility by @paxuclus in #25

Full Changelog: 1.4.0...1.4.1

1.4.0 - FEATURE: Add advanced logging rules

13 Feb 12:09
4561240
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Add advanced logging rules by @tweis in #23

Full Changelog: 1.3.0...1.4.0

1.3.0 - Flag Flow framework code and rewrite Flow proxy class paths

27 Sep 14:33
54c037c
Compare
Choose a tag to compare

What's Changed

  • Flag framework code as non in app and rewrite Flow proxy class paths by @tweis in #22

Full Changelog: 1.2.2...1.3.0

1.2.2 - Fix compatibility with Neos 7.3.6+ / 8.0.4+

07 Jun 12:14
a5f9418
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Fix compatibility with Neos 7.3.6+ / 8.0.4+ by @nlx-lars in #20
  • TASK: Drop support for Flow 5 & 6 by @nlx-lars in #21

Full Changelog: 1.2.1...1.2.2