Closed Lukasz93P closed 3 years ago
@bishopb @brianr @waltjones @jenssegers @ArturMoczulski can you please review and merge this change? I know that this is maybe not ideal but I'm in a hurry I need working laravel rollbar agent for my production app ASAP.
Hi @Lukasz93P, we will aim to get this reviewed soon, but probably not until next week. The fastest path to resolve your production app issue is probably to install your branch directly, something like this: https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository (note you'll probably need to rename the branch to start with dev-
).
@brianr I know that but I didnt want to have to do this. Thanks for info when somebody will look at this 🙂
@brianr can someone review this pr ?
BTW I figured out that renaming branch is not necessary, now I have dev-dev ;) because dev prefix is not part of the branch name.
Thanks for the contribution, @Lukasz93P. I've taken this in a slightly different direction. Would you mind trying Pull Request #109 in your environment to see if it works for you?
@bishopb yes, I will try but I need at least few days for this.
Thank you again for your contribution. I'm closing this one in favor of Pull Request #109. A new release will be cut soon.
@bishopb unfortunately this solution also causes an error - Attempt to read property "session" on null (Most recent call first) - /app/vendor/rollbar/rollbar-laravel/src/MonologHandler.php line 62
.
When I changed package version to my closed pull request in the same environment, then it works, so I'm still unable to use official version instead of my own fork.
@bishopb unfortunately this solution also causes an error -
Attempt to read property "session" on null (Most recent call first) - /app/vendor/rollbar/rollbar-laravel/src/MonologHandler.php line 62
. When I changed package version to my closed pull request in the same environment, then it works, so I'm still unable to use official version instead of my own fork.
This seems to be related to #106 which I just merged. Would you mind giving it a try @Lukasz93P ?
Hi @bxsx, any update here? Can my PR be merged or maybe you have better solution(mentioned above is not worki g) ?
Wasn't the issue resolved here https://github.com/rollbar/rollbar-php-laravel/issues/85#issuecomment-810717078
No it jus introduced another issue which I described here https://github.com/rollbar/rollbar-php-laravel/pull/108#issuecomment-940693528 Only working solution is my PR which has been ignored for long long time...
@Lukasz93P what version of rollbar/rollbar-laravel
are you running?
Description of the change
Resolver handler conflict while using rollbar agent handler. Bug which was describer here
Type of change
Related issues
Checklists
Development
Code review