The official Treblle SDK for Laravel. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
I get a type error that only Illuminate\Http\Response is acceptable.
Stacktrace
TypeError: Treblle\Jobs\ProcessRequest::__construct(): Argument #2 ($response) must be of type Illuminate\Http\Response, Illuminate\Http\JsonResponse given, called in vendor/treblle/treblle-laravel/src/Middlewares/TreblleMiddleware.php on line 39 and defined in vendor/treblle/treblle-laravel/src/Jobs/ProcessRequest.php:40
Stack trace:
Version
Description
When I return a
Illuminate\Http\JsonResponse
, like this:I get a type error that only
Illuminate\Http\Response
is acceptable.Stacktrace