Skip to content

Commit 97fa789

Browse files
authored
Enable backtraces in Doctrine profiler
1 parent 701f9d0 commit 97fa789

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/packages/doctrine.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ when@prod:
4343
adapter: cache.app
4444
doctrine.system_cache_pool:
4545
adapter: cache.system
46+
47+
when@dev:
48+
doctrine:
49+
dbal:
50+
profiling_collect_backtrace: true

0 commit comments

Comments
 (0)