When a CLI command is run, NunoMaduro\Collision will end up in the backtrace where we expected to find a built-in Laravel or Lumen class (assuming Collision is installed)
This meant the UnhandledState middleware was not correctly marking these events as 'unhandled'
The BacktraceProcessor now supports NunoMaduro\Collision as a vendor namespace and so can mark these events as unhandled correctly
Goal
When a CLI command is run, NunoMaduro\Collision will end up in the backtrace where we expected to find a built-in Laravel or Lumen class (assuming Collision is installed)
This meant the
UnhandledState
middleware was not correctly marking these events as 'unhandled'The BacktraceProcessor now supports
NunoMaduro\Collision
as a vendor namespace and so can mark these events as unhandled correctly