Skip to content

Laravel Octane queue.process breadcrumb doesn't get associated with queue.publish when artisan called within the queued job. #1064

@kassah

Description

@kassah

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.

Metadata

Metadata

Assignees

Projects

Status

Waiting for: Product Owner

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions