arkaitzgarro / elastic-apm-laravel

Laravel APM agent for Elastic v2 intake API
MIT License
79 stars 17 forks source link

Did not collect data from Api routes #149

Closed rabinhod closed 3 years ago

rabinhod commented 3 years ago

Hi How enable collect data from Api routes ? right now it's collect data from web.php routes and work fine.

arkaitzgarro commented 3 years ago

We prepend the middleware without taking any group into consideration, it should work for every request.

Please review your configuration. Registering the middleware manually for your group could work, but I never tried.