Skip to content

Commit c9a83fe

Browse files
Laravel: drop ext-opentelemetry hard requirement.
1 parent fc1df3f commit c9a83fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Instrumentation/Laravel/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"require": {
1212
"php": "^8.1",
1313
"ext-json": "*",
14-
"ext-opentelemetry": "*",
1514
"laravel/framework": "^10.0 || ^11.0",
1615
"open-telemetry/api": "^1.1",
1716
"open-telemetry/sem-conv": "^1.24"
@@ -43,6 +42,9 @@
4342
"OpenTelemetry\\Tests\\Contrib\\Instrumentation\\Laravel\\": "tests/"
4443
}
4544
},
45+
"suggest": {
46+
"ext-opentelemetry": "Required to provide auto-instrumentation hooks."
47+
},
4648
"extra": {
4749
"spi-config": {
4850
"autoload-files": true

0 commit comments

Comments
 (0)