Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-08-07 20:38:06 +00:00
parent 3dc9e78501
commit a20605729b
4 changed files with 77 additions and 1 deletions
+2 -1
View File
@@ -642,4 +642,5 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [zenstruck/signed-url-bundle](https://packagist.org/packages/zenstruck/signed-url-bundle) | [0.1](zenstruck/signed-url-bundle/0.1) |
| [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-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) |
@@ -0,0 +1,36 @@
{
"manifests": {
"zim32/symfony-tracing-http-client": {
"manifest": {
"bundles": {
"Zim\\SymfonyHttpClientTracingBundle\\SymfonyHttpClientTracingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tracing_http_client.yaml": {
"contents": [
"tracing:",
" tracers:",
" http: null",
"",
"http_client_tracing:",
" # choose which services will be decorated with instrumented wrappers",
" decorated_services:",
" - service: http_client",
" # set to \"true\" to enable context propagation for this service",
" propagate: false",
" eager_content: true",
""
],
"executable": false
}
},
"ref": "160559a5d0316bb0dc06a3d020e409961e8880d0"
}
}
}
+3
View File
@@ -2051,6 +2051,9 @@
],
"zim32/symfony-tracing-core": [
"1.0"
],
"zim32/symfony-tracing-http-client": [
"1.0"
]
},
"recipe-conflicts": {
@@ -0,0 +1,36 @@
{
"manifests": {
"zim32/symfony-tracing-http-client": {
"manifest": {
"bundles": {
"Zim\\SymfonyHttpClientTracingBundle\\SymfonyHttpClientTracingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tracing_http_client.yaml": {
"contents": [
"tracing:",
" tracers:",
" http: null",
"",
"http_client_tracing:",
" # choose which services will be decorated with instrumented wrappers",
" decorated_services:",
" - service: http_client",
" # set to \"true\" to enable context propagation for this service",
" propagate: false",
" eager_content: true",
""
],
"executable": false
}
},
"ref": "160559a5d0316bb0dc06a3d020e409961e8880d0"
}
}
}