Skip to content
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

Fix for Ruby 3.3 #1019

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Fix for Ruby 3.3 #1019

merged 1 commit into from
Dec 27, 2023

Conversation

cmer
Copy link
Contributor

@cmer cmer commented Dec 26, 2023

I had to implement this simple fix for my Rails application to run under Ruby 3.3.0.

@luismiramirez
Copy link
Member

Hey there @cmer!

How's the gem behaving on your app without this fix?

@cmer
Copy link
Contributor Author

cmer commented Dec 26, 2023

Literally nothing works. 500 on everything.

@northeastprince
Copy link

Same.

Initialize the Ruby logger when initializing our logger as well so its
internals can handle the `@level_override` instance variable and don't
break users applications.
@luismiramirez luismiramirez merged commit d65deea into appsignal:main Dec 27, 2023
14 checks passed
@luismiramirez
Copy link
Member

Thanks for the contribution and info @northeastprince and @cmer

The fix has been published on version 3.5.1

@luismiramirez
Copy link
Member

You can find the proper fix on version 3.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants