-
Notifications
You must be signed in to change notification settings - Fork 129
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
Problem when running with octane #453
Comments
Hi @ttrig Bugsnag does not yet fully support high-performance PHP servers like Swoole & RoadRunner of which your Octane project presumably deploys? This is something that's on our roadmap to support in the future and I'll let you know here of any updates! |
Has there been any update on this? |
Hi @NickJorens, |
any updates on this ?? |
Hi @vonec - no updates to share at this stage, our engineering team have been busy working on other priorities. As per comments above, we'll update this thread when there's any news 👍 |
Came across this problem in my laravel sail setup using Octane Swoole. Hope the team find a cure :D |
I have the same issue today, if no solution we will move to another service like Sentry or Laravel Flare |
@luke-belton Octane has been available for 3 years now... Can we please get this addressed? A workaround suggested in an earlier comment seems very simple to integrate. Perhaps at the same time as Laravel 11 support in #532 ? Thank you 🙏 |
@luke-belton Any further updates on this? I've installed Bugsnag in a recent project only to find that none of my exceptions are being reported in BugSnag. It'll be great to get support for Octane and there is even a workaround mentioned which could be used to inspire a PR. |
I moved to Sentry and it works great with Octane. |
Hi everyone, thanks for your continued interested in this. We are expecting to work on support for Lavavel Octane during Q3 - we'll update this thread when that gets released! |
Logs are not sent when running my application with octane, it works when serving it "normally".
If i add
bugsnag
to theoctane.warm
configuration and add a listener tooctane.listeners."RequestTerminated"
that runsBugsnag::flush()
, it works. Is there a (better) way of using this lib with octane?Steps to reproduce
php artisan octane:start
Log something with the bugsnag driver/channel.
Environment
The text was updated successfully, but these errors were encountered: