diff --git a/RECIPES.md b/RECIPES.md index 1748e424..002cd5ee 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -643,4 +643,5 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [zenstruck/twig-service-bundle](https://packagist.org/packages/zenstruck/twig-service-bundle) | [0.2](zenstruck/twig-service-bundle/0.2) | | [zephyr/allmysms-bundle](https://packagist.org/packages/zephyr/allmysms-bundle) | [1.0](zephyr/allmysms-bundle/1.0) | | [zim32/symfony-tracing-core](https://packagist.org/packages/zim32/symfony-tracing-core) | [1.0](zim32/symfony-tracing-core/1.0) | -| [zim32/symfony-tracing-http-client](https://packagist.org/packages/zim32/symfony-tracing-http-client) | [1.0](zim32/symfony-tracing-http-client/1.0) | \ No newline at end of file +| [zim32/symfony-tracing-http-client](https://packagist.org/packages/zim32/symfony-tracing-http-client) | [1.0](zim32/symfony-tracing-http-client/1.0) | +| [zim32/symfony-tracing-orm](https://packagist.org/packages/zim32/symfony-tracing-orm) | [1.0](zim32/symfony-tracing-orm/1.0) | \ No newline at end of file diff --git a/archived/zim32.symfony-tracing-orm/8eaa9babbc3c7f3d1c65b790a21b0141f04284c1.json b/archived/zim32.symfony-tracing-orm/8eaa9babbc3c7f3d1c65b790a21b0141f04284c1.json new file mode 100644 index 00000000..3298981e --- /dev/null +++ b/archived/zim32.symfony-tracing-orm/8eaa9babbc3c7f3d1c65b790a21b0141f04284c1.json @@ -0,0 +1,34 @@ +{ + "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" + } + } +} diff --git a/index.json b/index.json index bb8220e7..49bce4f2 100644 --- a/index.json +++ b/index.json @@ -2054,6 +2054,9 @@ ], "zim32/symfony-tracing-http-client": [ "1.0" + ], + "zim32/symfony-tracing-orm": [ + "1.0" ] }, "recipe-conflicts": { diff --git a/zim32.symfony-tracing-orm.1.0.json b/zim32.symfony-tracing-orm.1.0.json new file mode 100644 index 00000000..3298981e --- /dev/null +++ b/zim32.symfony-tracing-orm.1.0.json @@ -0,0 +1,34 @@ +{ + "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" + } + } +}