Releases: netlogix/Netlogix.Sentry
fix: Expect quoted string representations
There's a difference between null and "null", which is prperly
handled by the lib but not expected in the most recent tests.
1.10.1 - Better trace argument handling in "contextDetails"
- Allow "trivial" arguments (scalars or striables) for contextDetails
trace, was broken due to wrong regex. - Hint "exception_ignore_args=0" and swallow "Undefined array key"
warning. The warning, resulting in additional Sentry line, is why
I consider this a fix, too. - Add unit tests for "contextDetails"
1.10.0 - Allow additional sentry init options
What's Changed
Full Changelog: 1.9.1...1.10.0
1.9.1 - Ignore boolean flags or args without explicit = sign in cron monitoring
What's Changed
Full Changelog: 1.9.0...1.9.1
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