The official Treblle SDK for Laravel. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
This PR is the new major release of treblle-laravel which moved the processing of the request and response to aa dispatch able job. This has moved all logic to the background job and also moved certain aspects of logic now exists in the treblle/treblle-sdk-core package instead.
This PR is the new major release of
treblle-laravel
which moved the processing of the request and response to aa dispatch able job. This has moved all logic to the background job and also moved certain aspects of logic now exists in thetreblle/treblle-sdk-core
package instead.This PR has also introduced PHPStan on level 9.