Skip to content

Conversation

@LikeTheSalad
Copy link
Contributor

Part of #13031

@LikeTheSalad LikeTheSalad marked this pull request as ready for review September 23, 2025 11:04
@LikeTheSalad LikeTheSalad requested a review from a team as a code owner September 23, 2025 11:04
Comment on lines 14 to 15
public static final VirtualField<Fiber.Runtime, FiberContext> RUNTIME_FIBER_CONTEXT =
VirtualField.find(Fiber.Runtime.class, FiberContext.class);
Copy link
Contributor

Choose a reason for hiding this comment

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

If the only usage is within TracingSupervisor, we should be able to move the virtual field there as constant.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense. I've just moved it.

@laurit laurit merged commit d97ec26 into open-telemetry:main Sep 26, 2025
89 checks passed
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.

3 participants