doctrine-bridge icon indicating copy to clipboard operation
doctrine-bridge copied to clipboard

Prevent hide real exception when handler from some reason close transaction/connection

Open lljaworski opened this issue 6 months ago • 0 comments

In some cases when the handler closes a connection or transaction the real exception is hidden and logged only last not meaning exception without real reason. There is a need to catch all errors thrown by doctrine and enhance them to be the right ones. The exact issue isn't visible in CLI and other loggers like Sentry or similar.

lljaworski avatar Feb 09 '24 20:02 lljaworski