How do you use Sentry?
Sentry SaaS (sentry.io)
SDK version
sentry-php 4.16.0, sentry-laravel 4.18.0
Laravel version
12.33.0
Steps to reproduce
Create a route that starts a background job which runs Artisan::call, run the route.
Expected result
In the trace waterfall from the route, we should see queue.publish, and then the nested queue.process underneath it.
Actual result
In the trace waterfall from the route, we only see queue.publish with no children underneath.