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: Add Concurrent Ruby dependency to Rails #1331

Merged

Conversation

arielvalentin
Copy link
Collaborator

Rails relies on concurrent ruby for features like async queries.

This results in inconsistent traces since context is not properly propagated between threads.

This change adds Concurrent Ruby as a transitive dependency to mitigate confusion when uses the rails instrumentation independent of the all gem.

Rails relies on concurrent ruby for features like async queries.

This results in inconsistent traces since context is not properly propagated between threads.

This change adds Concurrent Ruby as a transitive dependency to mitigate confusion when uses the rails instrumentation independent of the all gem.
Copy link
Contributor

@kaylareopelle kaylareopelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

@arielvalentin arielvalentin merged commit 8bf09af into open-telemetry:main Jan 9, 2025
56 checks passed
@github-actions github-actions bot mentioned this pull request Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants