You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User data serialization may fail on the FatalError level (as it happened in my case) and this fatal error will not be catch by "Exception". Which will result in reaching maximum function nesting level or a timeout.
RollbarHandlerFactory should not catch exceptions by using \Exception.
Should most likely be \Throwable
https://github.com/rollbar/rollbar-php-symfony-bundle/blob/master/Factories/RollbarHandlerFactory.php#L48
User data serialization may fail on the FatalError level (as it happened in my case) and this fatal error will not be catch by "Exception". Which will result in reaching maximum function nesting level or a timeout.
Update:
This looks like similar issue:
cakephp/cakephp#9043
The text was updated successfully, but these errors were encountered: