A Perl implementation of the OpenTelemetry standard
Changes for 0.020 - 2024-04-25T18:54:56+01:00
- Switch LWP::UserAgent integration to wrap around that module's 'simple_request' method instead of its 'request' method. This should catch some more cases, and fix GH #13.
- Added a minimal example application. See the `examples` directory in the distribution files.