cego/elastic-apm-wrapper

There is no license information available for the latest version (1.0.1) of this package.

Adds easy-to-use Apm methods to wrap code in spans.

1.0.1 2024-02-23 10:48 UTC

This package is auto-updated.

Last update: 2024-04-28 08:40:00 UTC


README

Minimalistic wrapper for the elastic-apm-agent methods that checks if APM exists and is enabled.

This aids to have APM-dependent code run in environments where APM is not enabled.

Install

composer require cego/elastic-apm-wrapper

Contributing

You are welcome to open issues and pull request, please describe the issues and pull requests carefully to enable our understanding of the issue.

Before contributing code, please run the cs-fixer: /vendor/bin/php-cs-fixer fix