Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.
Please check this PR for more details and roadmap: #447
BeyondCode\LaravelWebSockets\Statistics\Logger\StatisticsLogger
interface's methods now use$appId
as accepting parameter instead (108a717)BeyondCode\LaravelWebSockets\Statistics\Drivers\StatisticsDriver
interface now accepts optionallyRequest
parameter asnull
(714cc5b)BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\DashboardApiController
got changed withBeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\ShowStatistics
. If you are extending this controller, make sure to change the extended class properly.