v0.15.0#169
Merged
Merged
Conversation
…stats slash, IPv6 host Four native-spans compatibility fixes for the dd-trace-js native (WASM) pipeline: - Stamp span-meta language as javascript (not the nodejs tracer lang), matching the JS pipeline and system-tests test_meta_language_tag. - Lazy-require node:http/node:https/node:fs in the transport so loading it during dd-trace-js init doesn't instrument builtins for a user ESM app under --require. - Trim the trailing slash from the /v0.6/stats URL (was //v0.6/stats, which the agent/stats tooling missed), fixing client-stats delivery. - Strip IPv6 brackets from the transport connect host ([::1] -> ::1) so traces reach an IPv6 agent.
ekump
approved these changes
Jul 10, 2026
Overall package sizeSelf size: 30.11 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.15.0.
Includes #168 (native-spans compatibility fixes for the dd-trace-js native pipeline):
languagestamped asjavascript(not thenodejstracer lang)node:http/node:https/node:fsin the transport (avoid instrumenting builtins during dd-trace-js init)/v0.6/statsURL (was//v0.6/stats)[::1]→::1)