mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Update Flex endpoint
This commit is contained in:
+2
-1
@@ -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) |
|
||||
| [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) |
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2054,6 +2054,9 @@
|
||||
],
|
||||
"zim32/symfony-tracing-http-client": [
|
||||
"1.0"
|
||||
],
|
||||
"zim32/symfony-tracing-orm": [
|
||||
"1.0"
|
||||
]
|
||||
},
|
||||
"recipe-conflicts": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user