-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lumen does not have the Illuminate\Routing\Events\RouteMatched event
.
#821
Comments
fixed by #822 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you use Sentry?
Self-hosted / on-premises
SDK version
4.1
Steps to reproduce
Lumen uses
nikic/fast-route
instead ofilluminate/routing
. This event will not be triggered, causingtracing
information to be unable to be reported.$this->didRouteMatch
is alwaysfalse
vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Middleware.php
If it's
lumen
, can we just determinedidRouteMatch
based on$response->getStatusCode() === 404
Expected result
Report normally
Actual result
Unable to report
The text was updated successfully, but these errors were encountered: