Skip to content

v2.2.2

Compare
Choose a tag to compare
@neSpecc neSpecc released this 18 Sep 12:14
· 25 commits to master since this release
654dc0a
  • 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.