-
Notifications
You must be signed in to change notification settings - Fork 39
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
Laravel 9 Support #123
Laravel 9 Support #123
Conversation
@joelbutcher See #121 |
@joelbutcher hi, we're getting someone to review this and follow up. We see you and thank you! |
ngl, I'm eagerly watching this PR because laravel 9 support is the only thing holding us back from an upgrade of our API 😂 |
I think that's true for just about every Rollbar customer who uses Laravel! |
@cyrusradfar @joelbutcher @jamesaspence @bishopb I'm very close now to ditching Rollbar in favour of Bugsnag. They've already updated their package for L9 compatibility, right after L9's launch .. https://github.com/bugsnag/bugsnag-laravel/releases |
@jonnott frankly, I appreciate that things have been slow and you have the right to feel whatever I won't assume you feel that leads you to want to switch. On this SDK specifically, we've had some turnover in the community of supporters and, therefore, have less resources than I want to help release this. I'm waiting on testing that I feel needs to be done. It slows things down but I'm biasing as a newcomer to this SDK and the company to being more prudent. Thanks for keeping us accountable. W.r.t. leaving us, that would be tragic less because of some loss of a customer but you seem to have a voice that can really help me light some 🔥 around here. Thank you for that and for your support. Either way, you've made an impact and I'm grateful for that. |
@cyrusradfar what testing do you think needs to be completed on this before being merged? I can spin up a working Laravel 9 app with routes for logging to rollbar within minutes. If required, I can provide an example repo |
Quick workaround until they merge this PR composer.json
works for me fine on laravel 9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thank you @joelbutcher for your work on this!
@cyrusradfar Great. Can we now also merge #93 and then get a new major version tagged asap? The clock is ticking for myself and many others it would seem.. |
Sorry, I meant #94 (PR 94) rather than issue 93.. |
If #94 doesn't need merging, can the PR be closed? |
Yes, it should be, let me put some explanation there as to why for the folks who've been waiting. |
@jonnott thank you for keeping on top of things here! We have released v7.1.0 and it includes Laravel 9 support as added by @joelbutcher. We deeply appreciate both of you and your perseverance on this update! |
Adds Laravel 9 Support to CI actions and composer