-
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
Validation error with ruby 3.4 #1509
Labels
Comments
gregawoods
added a commit
to gregawoods/apm-agent-ruby
that referenced
this issue
Dec 30, 2024
9 tasks
gregawoods
added a commit
to gregawoods/apm-agent-ruby
that referenced
this issue
Dec 30, 2024
I have the same issue @matschaffer @mikker @kovyrin @v1v could you please merge this patch into master? |
Please don't tag people like that @vladimirtcats. Those who need it will already get pings. |
@mikker sorry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After upgrading to ruby 3.4.1, APM shows a validation error when attempting to report errors.
Steps to reproduce
After a few seconds, we see the following output:
Expected behavior
The error should be reported to APM.
Environment
Additional context
This issue can be resolved by rolling back to ruby 3.3.6 and keeping everything else the same.
Ruby 3.4 changed the format of error stack traces in a few ways. I have not dug into the code here yet, but I wonder if that could be related. See "Compatibility issues" here.
The text was updated successfully, but these errors were encountered: