Releases: codex-team/hawk.php
Releases · codex-team/hawk.php
v2.2.8
What's Changed
- Change default timeout (10 -> 2 sec) by @pavelzotikov in #67
Full Changelog: v2.2.7...v2.2.8
v2.2.7
What's Changed
- Enhance error handling logic by adding
shouldHandleError
method and updatingOptions
class by @pavelzotikov in #66
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- [+] CurlTransport timeout by @demyashev in #65
New Contributors
- @demyashev made their first contribution in #65
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- Add
Environment
Addon to Include Hostname in Error Payload by @pavelzotikov in #64
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- Fix empty title issue by using exception class name by @pavelzotikov in #62
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- Fix: Add null check for previous error handler by @pavelzotikov in #61
Full Changelog: v2.2.2...v2.2.3
v2.2.2
- Cyclic Error Prevention: The logic has been updated to prevent infinite loops by ensuring that an exception previously handled by a custom handler is properly delegated back to the native PHP handler if it matches the current exception.
- Bug #63206: A fix for bug #63206 was implemented, which caused issues with error reporting duplication and cyclic behavior in the error handling process.
- Fatal Error Handler Disablement: Adjusted the fatal error handler to prevent errors from being reported twice in cases of shutdown errors.
- Improved Context Handling: Refined the context merging logic to ensure all event data is properly processed before sending.
v2.2.1
v2.2.0
- Support for php 8+
- Removed Monolog support. Use hawk.symfony instead
New Hawk support!
Merge pull request #20 from codex-team/hawk-2.0 Hawk 2.0