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 b9d65c1 commit 90fb7dbCopy full SHA for 90fb7db
composer.json
@@ -32,22 +32,13 @@
32
},
33
"autoload": {
34
"psr-4": {
35
- "OpenTelemetry\\Instrumentation\\Symfony\\": "instrumentation/symfony"
36
- },
37
- "classmap": [
38
- "detectors/",
39
- "exporters/",
40
- "instrumentation/",
41
- "propagators/"
42
- ],
43
- "exclude-from-classmap": ["instrumentation/symfony/OtelSdkBundle/vendor"]
+ "OpenTelemetry\\": "src"
+ }
44
45
"autoload-dev": {
46
47
- "OpenTelemetry\\Test\\Unit\\Symfony\\": "tests/unit/instrumentation/Symfony",
48
- "OpenTelemetry\\Test\\Integration\\Symfony\\": "tests/integration/instrumentation/Symfony"
49
50
- "classmap": ["examples/"]
+ "OpenTelemetry\\Test\\": "tests"
51
52
"require-dev": {
53
"phpunit/phpunit": "^9.5",
0 commit comments