Skip to content

Sentry not capturing the performance of the queue jobs and console commands #856

Discussion options

You must be logged in to vote

For queue jobs you can set SENTRY_TRACE_QUEUE_ENABLED=true in your .env to enable that.

We don't have it implemented for console commands since there are a lot of console commands that are not needed to be traced or are very long running (php artisan queue:work for example) and we haven't figured out a good way to select which should and should not be traced.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@agilan-selvam-zoomrx
Comment options

Answer selected by agilan-selvam-zoomrx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants