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 fc1df3f commit c9a83feCopy full SHA for c9a83fe
src/Instrumentation/Laravel/composer.json
@@ -11,7 +11,6 @@
11
"require": {
12
"php": "^8.1",
13
"ext-json": "*",
14
- "ext-opentelemetry": "*",
15
"laravel/framework": "^10.0 || ^11.0",
16
"open-telemetry/api": "^1.1",
17
"open-telemetry/sem-conv": "^1.24"
@@ -43,6 +42,9 @@
43
42
"OpenTelemetry\\Tests\\Contrib\\Instrumentation\\Laravel\\": "tests/"
44
}
45
},
+ "suggest": {
46
+ "ext-opentelemetry": "Required to provide auto-instrumentation hooks."
47
+ },
48
"extra": {
49
"spi-config": {
50
"autoload-files": true
0 commit comments