scoutapp / scout-apm-laravel

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

Instrument laravel queues #36

Closed asgrim closed 4 years ago

asgrim commented 4 years ago

Fixes #35

asgrim commented 4 years ago

Note; in real terms, this likely requires core agent 1.2.7 as typically, DB instrumentation happens before jobs are executed; therefore the fixes done in 1.2.7 are required. Upstream PHP update will fix this though, as we don't pin the core agent version in this library.

asgrim commented 4 years ago

It has; I'll make a new scout-apm-php release though and pin this PR to that to ensure we pull the latest fixes :+1:

asgrim commented 4 years ago

Feature is added in 1.2.0