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
Some PHP errors are not reported to Bugsnag (for example PHP Catchable Errors) because the Bugsnag error handler is not installed. The exception handler is also not installed, but replaced with a Symfony event listener, so that seems to work.
Possible solution would be to install the bugsnag error handler or implement one ourselfs if we need extra information.