Skip to content

Commit ffccabf

Browse files
committed
docs: info on autoloading in readme
Signed-off-by: Tom Carrio <[email protected]>
1 parent cd55ec6 commit ffccabf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: hooks/OpenTelemetry/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ OpenTelemetry is an open specification for distributed tracing, metrics, and log
1212

1313
This package also builds on various PSRs (PHP Standards Recommendations) such as the Logger interfaces (PSR-3) and the Basic and Extended Coding Standards (PSR-1 and PSR-12).
1414

15+
### Autoloading
16+
17+
For version of PHP 8 and higher, this package supports Composer autoloading. Thus, simply installing the package is all you need in order to immediately get started with OpenTracing for OpenFeature!
18+
1519
### OpenTelemetry Package Status
1620

1721
The OpenTelemetry package for PHP is still in beta, so there could be changes required. However, it exposes global primitives for span retrieval that should not require any configuration upfront for the provider to just work.

0 commit comments

Comments
 (0)