diff --git a/messenger.rst b/messenger.rst
index b3840f77344..2ef0e916604 100644
--- a/messenger.rst
+++ b/messenger.rst
@@ -2441,6 +2441,10 @@ may want to use:
# in any handler will cause a rollback
- doctrine_transaction
+ # Log an error when a Doctrine transaction was opened but
+ # did not closed
+ - doctrine_open_transaction_logger
+
# or pass a different entity manager to any
#- doctrine_transaction: ['custom']
@@ -2462,6 +2466,7 @@ may want to use:
+