Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 509 Bytes

elastic-apm-wrapper

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