This change updates the 5.0/5.1 branch to run on the router.matched event, rather than after the router. This will cause exceptions to be properly named as nameTransactions will have run before, rather than causing this to never run.
This is essentially a backport of the implementation in the versions for newer versions of Laravel.
This change updates the 5.0/5.1 branch to run on the
router.matched
event, rather than after the router. This will cause exceptions to be properly named asnameTransactions
will have run before, rather than causing this to never run.This is essentially a backport of the implementation in the versions for newer versions of Laravel.