Files
symfony-flex-recipes-contrib/zim32.symfony-tracing-orm.1.0.json
T
github-action[bot]andgithub-action[bot] f1b709a2e9 Update Flex endpoint
2024-08-11 19:13:43 +00:00

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"
}
}
}