-
Notifications
You must be signed in to change notification settings - Fork 40
Compatibility issue with Laravel 10 #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
See #140 |
Reopened per @jonnott's comment #140 (comment). |
Awaiting further PR from @michaelscola subsequent to #140 (comment) I think this will need a new major version of rollbar-php also, supporting monolog v3. i.e. both this package and rollbar-php will need new major versions with a breaking change in order to support monolog v3 (and therefore Laravel 10, which requires monolog v3). Ironically, the Laravel 10 Upgrade Guide considers the change to requiring monolog v3 'low' impact - not if you use an external logging service via their API! |
Is there an estimate on when a release will be tagged? I'd love to upgrade to v10. No pressure. |
If possible, I would like to get a beta out on Monday the 20th or 27th. |
BugSnag seem to be one step ahead on this: https://github.com/bugsnag/bugsnag-laravel/releases/tag/v2.26.0 |
Just chiming in here. It seems that |
This is correct. @danielmorell is on the case! |
Ah. Thanks for the explanation and headsup. |
This has been resolved by #142. So |
Awesome work @danielmorell and @michaelscola - just upgrading my app to Laravel 10.x now ;) |
I'm trying to use this package in my Laravel 10 project, but I'm encountering an error related to compatibility. I believe there is a conflict between the requirements of package and Laravel 10. Can you please help me resolve this issue?
The text was updated successfully, but these errors were encountered: