-
Notifications
You must be signed in to change notification settings - Fork 32
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
Not working with Ruby 3.2.0 and higher #80
Comments
Yeah, I will update rbspy shortly |
or not so shortly.. I will need to figure out how to update our rbspy fork. |
Hi |
it is building right now |
Oh, I see now |
fixed in 0.5.2 gem |
Working perfectly Thank you =) |
Describe the bug you encountered:
When starting a server on Ruby 3.2, pyroscope writes an error in the logs that the current version of Ruby is not supported:
rails thread '<unnamed>' panicked at 'The target process's Ruby version is not supported yet. In the meantime, you can try using --force-version 3.2.0
In this case, the application works as expected, except that nothing is sent to the pyroscope server.
...
What did you expect to happen instead?
Pyroscope works with Ruby version 3.2.
...
How did you install
pyroscope-rs
?Using ruby gem from there https://rubygems.org/gems/pyroscope
Pyroscope gem version: 0.5.1
Ruby version: 3.2.0
OS: Debian
Also, Ruby running with enabled JIT.
The text was updated successfully, but these errors were encountered: