invoicery/elastic-apm-agent-laravel-octane

Links APM transactions to Octane Requests and Tasks

0.0.5 2022-12-12 12:26 UTC

This package is auto-updated.

Last update: 2024-04-12 15:13:57 UTC


README

A Laravel package for elastic apm agent running on octane Laravel Octane Compatible

Install

composer require cego/elastic-apm-agent-laravel-octane

If you are having issues with transactions not being sent to the APM server, please try disabling async APM backend, for example by setting the following env:

ELASTIC_APM_ASYNC_BACKEND_COMM=false

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