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

Pass tracer to SourceLoader to fix tracing #5833

Merged

Conversation

steverice
Copy link
Contributor

@steverice steverice commented Feb 1, 2025

The SourceLoader emits traces under the "import-resolution" namespace.
During the refactor in d2ac995, we stopped passing the tracer to the SourceLoader so those traces weren't happening.

This appear to be a bug, as LoadSourceOptions has a field for tracer.

The `SourceLoader` emits traces under the `"import-resolution"` namespace.
During the refactor in d2ac995, we stopped passing the `tracer` to the `SourceLoader` so those traces weren't happening.

This appear to be a bug, as `LoadSourceOptions` has a field for `tracer`.
@timotheeguerin timotheeguerin added this pull request to the merge queue Feb 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 2, 2025
@timotheeguerin timotheeguerin added this pull request to the merge queue Feb 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 3, 2025
@timotheeguerin timotheeguerin added this pull request to the merge queue Feb 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 3, 2025
@steverice
Copy link
Contributor Author

@timotheeguerin I think that #5837 should fix the failing build 🤞

@timotheeguerin timotheeguerin added this pull request to the merge queue Feb 3, 2025
Merged via the queue into microsoft:main with commit 212a549 Feb 3, 2025
19 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.

2 participants