-
Notifications
You must be signed in to change notification settings - Fork 185
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
Make actionpack instrumentation compatible with TruffleRuby #42
Comments
The issue looks to be with Bundler, and here's the failure from a CI run when running
I'm having a hard time debugging/recreating the issue locally to figure out what specific reason bundler is failing, but I'll keep playing with it. |
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the |
It still happens |
Thank you for the update, @ishan123456789! I've reopened the issue. |
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the |
We support TruffleRuby on a best effort basis (see open-telemetry/opentelemetry-ruby#1295). Our actionpack instrumentation does not work properly with TruffleRuby, however.
This ticket will be complete when our CI build successfully runs specs
opentelemetry-instrumentation-action_pack
.To run these specs in CI, delete the gem from the TruffleRuby filter stanzas (1, 2) in
.github/workflows/ci.yml
.The text was updated successfully, but these errors were encountered: