Skip to content

Commit eefccc9

Browse files
committed
Remove examples dir from prod autoload
1 parent b232e4d commit eefccc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
"detectors/",
3939
"exporters/",
4040
"instrumentation/",
41-
"propagators/",
42-
"examples/"
41+
"propagators/"
4342
],
4443
"exclude-from-classmap": ["instrumentation/symfony/OtelSdkBundle/vendor"]
4544
},
4645
"autoload-dev": {
4746
"psr-4": {
4847
"OpenTelemetry\\Test\\Unit\\Symfony\\": "tests/unit/instrumentation/Symfony",
4948
"OpenTelemetry\\Test\\Integration\\Symfony\\": "tests/integration/instrumentation/Symfony"
50-
}
49+
},
50+
"classmap": ["examples/"]
5151
},
5252
"require-dev": {
5353
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)