-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
Description
Problem Statement
I've recently configured Traces for one of my applications and at least to me, it feels a bit strange that commands are using the command string itself as opposed to the class name.
In Laravel, you can use the class name (LetsDoSomething::class
) in places like routes/console.php
as opposed to something like app:lets-do-something
. (This hasn't always been possible but I think it looks much neater!)
I can understand why the string itself might be more valuable but it feels a bit out of place.
Solution Brainstorm
Update https://github.com/getsentry/sentry-laravel/blob/master/src/Sentry/Laravel/Features/ConsoleSchedulingIntegration.php#L147 to send the class name to be consistent with other transactions, such as jobs.
Metadata
Metadata
Assignees
Labels
Projects
Status
No status