Treblle / treblle-laravel

The official Treblle SDK for Laravel. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
https://www.treblle.com/
MIT License
129 stars 24 forks source link

Feature/next #39

Closed JustSteveKing closed 1 year ago

JustSteveKing commented 1 year ago

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 has also introduced PHPStan on level 9.