-
Notifications
You must be signed in to change notification settings - Fork 116
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
4.2.1 -> 4.2.2 Upgrade breaks Puma startup #1348
Comments
Copy the logging initialisers for Rails and Sidekiq from the `ruby/rails7-sidekiq` test setup into the `ruby/rails8-sidekiq` test setup. In the future, this might help us detect issues like appsignal/appsignal-ruby#1348 before they impact our customers.
Hi @tadasant, thank you for reporting this issue. We have just released AppSignal for Ruby 4.2.3, with a fix for this issue. |
Hey folks, I am still seeing this error as Puma boots with
My Appsignal logger is configured similarly to OP (except for an additional independent one for LogRage) |
We've now released AppSignal for Ruby 4.3.0, which fixes this issue, as well as other issues adjacent to it. We recommend upgrading to it. If you use |
Thanks! Confirming that my upgrade from 4.2.1 -> 4.3.1 went smoothly. |
Describe the bug
I noticed this when our CI/CD started breaking on a PR that is solely an upgrade from 4.2.1 to 4.2.2.
Here's the stacktrace when trying to load a page:
To Reproduce
Steps to reproduce the behavior:
Let me know if you need more details.
The text was updated successfully, but these errors were encountered: