You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, given that this isn't bugsnag-laravel, I understand that we can't leverage any of the configuration or request/response libraries. Although it would be ideal if the mechanism used to obtain values like these was pluggable. Then, bugsnag-laravel could ship an implementation that retrieves the variables from its own abstraction. Then, bugsnag-php can ship defaults that use the superglobals.
The text was updated successfully, but these errors were encountered:
We're currently using bugsnag on a google app engine application using Laravel.
Unfortunately, the following line is causing us some issues: https://github.com/bugsnag/bugsnag-php/blob/master/src/Bugsnag/Request.php#L62
Now, given that this isn't bugsnag-laravel, I understand that we can't leverage any of the configuration or request/response libraries. Although it would be ideal if the mechanism used to obtain values like these was pluggable. Then, bugsnag-laravel could ship an implementation that retrieves the variables from its own abstraction. Then, bugsnag-php can ship defaults that use the superglobals.
The text was updated successfully, but these errors were encountered: