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

Full Laravel Octane support #13

Closed cindreta closed 2 years ago

cindreta commented 2 years ago

When running in Octane it's not longer possible to use native PHP functions like getallheaders(), headers_list and others. Instead we have to switch to native Laravel functions which work both with and without Octane.

cindreta commented 2 years ago

@khalyomede @bhushan Trying to follow the steps of great ones like the two of you so i made a PR. Check me on the logic, I've been testing this for a few days now, in production :)