-
Notifications
You must be signed in to change notification settings - Fork 135
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
Support ruby 3.4 #1510
base: main
Are you sure you want to change the base?
Support ruby 3.4 #1510
Conversation
💚 CLA has been signed |
dc48a36
to
2e69949
Compare
2e69949
to
fc3a0bf
Compare
Hi - Let me know if there is anything I can do to help move this along. Ruby 3.4.2 just came out and it would be awesome to see the elastic-apm library having support for it. Thanks! |
Elastic, it's been 57 days. Please respond on this thread so that those of us that depend on this gem either know you have intention to support or can make our own plans that allow us to upgrade while still using APM. |
What does this pull request do?
This fixes the parsing of stack traces in the latest version of ruby.
Ruby 3.4 made a few changes to how traces are formatted:
These changes cause problems when the agent parses the string, which manifests as a validation error.
Why is it important?
This will block users of APM from upgrading to ruby 3.4.
Checklist
.rubocop.yml
)I have updated supported-technologies.asciidocAdded an API method or config option? Document in which version this will be introducedRelated issues