Skip to content

Commit 2cf7ec6

Browse files
authored
[DoctrineBundle] Enable collect-backtrace for dev env (#1223)
1 parent d866fda commit 2cf7ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doctrine/doctrine-bundle/2.10/config/packages/doctrine.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ doctrine:
55
# IMPORTANT: You MUST configure your server version,
66
# either here or in the DATABASE_URL env var (see .env file)
77
#server_version: '15'
8+
9+
profiling_collect_backtrace: '%kernel.debug%'
810
orm:
911
auto_generate_proxy_classes: true
1012
enable_lazy_ghost_objects: true

0 commit comments

Comments
 (0)