Open
Description
On a few occasions where I imagine the stack trace is large, BugsnagLogger is unable to log the error and fails with PHP Fatal error: Allowed Memory Size
. This means the original error is lost for good since it isn't logger and the PHP error logs don't end up showing this error either as the request fails fatally.
Some kind of check or config option to circumvent this would be very helpful.