scoutapp / scout-apm-laravel

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

Don't connect in Laravel boot() #19

Closed asgrim closed 4 years ago

asgrim commented 4 years ago

Move agent connect into SendRequestToScout middleware to avoid side-effects in Laravel boot()

Fixes #20