Skip to content

Releases: netlogix/Netlogix.Sentry

fix: Expect quoted string representations

16 Feb 16:48
e9dfd50

Choose a tag to compare

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"

13 Feb 09:22
f37f783

Choose a tag to compare

  • 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

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