scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

Feature request: "artisan" command to download/run Core Agent #14

Closed asgrim closed 2 years ago

asgrim commented 5 years ago

I've discovered the \Scoutapm\Laravel\Commands\DownloadCoreAgent exists and clearly the intention was to add a command artisan scout:core-agent-start but this has been broken by internal refactorings in scoutapp/scout-apm-php since it was assumed this API is private. I've removed this for now, so this ticket is opened to re-introduce this functionality again.

We'll need to look at this and formulate an appropriate, sensible API for external consumers of scoutapp/scout-apm-php to trigger the automatic download of the core agent.