diff --git a/config/packages/dev/doctrine.yaml b/config/packages/dev/doctrine.yaml new file mode 100644 index 0000000000..e83440f21a --- /dev/null +++ b/config/packages/dev/doctrine.yaml @@ -0,0 +1,3 @@ +doctrine: + dbal: + profiling_collect_backtrace: true diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index ae2801842d..3f38333b2d 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -3,6 +3,7 @@ doctrine: url: '%env(resolve:DATABASE_URL)%' charset: UTF8 schema_filter: ~^(?!rememberme_token)~ # Ignore these in migrations + profiling_collect_backtrace: true orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware