Skip to content

Releases: netlogix/Netlogix.Sentry

1.10.0 - Allow additional sentry init options

20 Aug 09:34
55cfee2

Choose a tag to compare

What's Changed

  • feat: Add provider to set additional sentry client options by @PRGfx in #46

Full Changelog: 1.9.1...1.10.0

1.9.1 - Ignore boolean flags or args without explicit = sign in cron monitoring

07 Jul 08:25
33f3936

Choose a tag to compare

What's Changed

  • fix: Ignore boolean flags or args without explicit = sign in cron monitoring by @paxuclus in #44

Full Changelog: 1.9.0...1.9.1

1.9.0 - Add support for cron monitoring

02 Jul 06:47
fedaa1d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.0...1.9.0

1.8.0 - Update for Flow 9

03 Apr 17:42
423dd23

Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.8.0

1.7.1 - Repair unit tests for Phpunit 10.5+

31 Oct 14:47
d42718a

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

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

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

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

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

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