mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for zim32/symfony-tracing-orm package (#1657)
* Add recipe for zim32/symfony-tracing-orm package * Fix yaml null
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
tracing:
|
||||||
|
tracers:
|
||||||
|
doctrine: null
|
||||||
|
|
||||||
|
orm_tracing:
|
||||||
|
# list of regex patterns to skip certain SQL queries from tracing
|
||||||
|
ignored_patterns:
|
||||||
|
# skip queries generated by messenger doctrine transport
|
||||||
|
- "messenger_messages"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Zim\\SymfonyOrmTracingBundle\\SymfonyOrmTracingBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user