Releases: netlogix/Netlogix.Sentry
Releases · netlogix/Netlogix.Sentry
1.7.1 - Repair unit tests for Phpunit 10.5+
What's Changed
Full Changelog: 1.7.0...1.7.1
1.7.0 - Enhanced variable scrubbing and context vars
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
1.6.1 - Check if event is null before encrypting payload
What's Changed
Full Changelog: 1.6.0...1.6.1
1.6.0 - Allow encryption of POST data before sending it to sentry
What's Changed
- Encrypt POST data before sending it to sentry by @stephanschuler in #32
Full Changelog: 1.5.0...1.6.0
1.5.0 - Don't log AccessDeniedException by default
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
- @toni-bessel made their first contribution in #27
Full Changelog: 1.4.1...1.5.0
1.4.1 - Ensure PhpUnit 10 Compatibility
What's Changed
Full Changelog: 1.4.0...1.4.1
1.4.0 - FEATURE: Add advanced logging rules
1.3.0 - Flag Flow framework code and rewrite Flow proxy class paths
What's Changed
Full Changelog: 1.2.2...1.3.0
1.2.2 - Fix compatibility with Neos 7.3.6+ / 8.0.4+
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