Closed asgrim closed 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.
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:
Feature is added in 1.2.0
Fixes #35
send()
sinceSendRequestToScout
middleware willsend()
after each job is processed (since a single worker is a single long-running thread)runningInConsole()
on older Laravel versionsscout-apm-php