mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"zim32/symfony-tracing-orm": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Zim\\SymfonyOrmTracingBundle\\SymfonyOrmTracingBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/tracing_orm.yaml": {
|
|
"contents": [
|
|
"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\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "8eaa9babbc3c7f3d1c65b790a21b0141f04284c1"
|
|
}
|
|
}
|
|
}
|