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