We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc310e commit 6a63838Copy full SHA for 6a63838
src/Instrumentation/Yii/composer.json
@@ -13,6 +13,10 @@
13
"open-telemetry/api": "^1.6",
14
"open-telemetry/sem-conv": "^1.32"
15
},
16
+ "suggest": {
17
+ "open-telemetry/opentelemetry-propagation-server-timing": "Automatically propagate the context to the client through server-timing headers.",
18
+ "open-telemetry/opentelemetry-propagation-traceresponse": "Automatically propagate the context to the client through trace-response headers."
19
+ },
20
"require-dev": {
21
"friendsofphp/php-cs-fixer": "^3",
22
"open-telemetry/sdk": "^1.8",
0 commit comments