Releases: netlogix/Netlogix.Sentry
Releases · netlogix/Netlogix.Sentry
1.9.0 - Add support for cron monitoring
What's Changed
- fix: Update actions in workflows by @paxuclus in #40
- feat: add sentry cron monitoring by @saschanowak in #42
- fix: Don't rewrite POST payload during compile time by @paxuclus in #43
New Contributors
- @saschanowak made their first contribution in #42
Full Changelog: 1.8.0...1.9.0
1.8.0 - Update for Flow 9
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