Conversation
…etadata Bump libdatadog dependency from datadog-library-config v18.1.0 to libdd-library-config v29.0.0 (which includes process_tags and container_id in the TracerMetadata struct), and expose both new fields in the NAPI binding. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
action-prebuildify@main was updated (2026-03-18) with a regression that
renames all RUST=true prebuilt .node files to the same destination
('node-napi.node'), causing multi-file artifacts to be overwritten.
Pin to the last working commit (d4e89247, 2026-03-16) until upstream
action-prebuildify is fixed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Overall package sizeSelf size: 36.05 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
…vert build.yml pin Use Cargo's package alias to keep the existing dep name (datadog-library-config) while upgrading to libdd-library-config v29.0.0, which includes process_tags and container_id. Reverts build.yml back to @main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…name, revert build.yml pin" This reverts commit c484cb2.
bengl
approved these changes
Mar 19, 2026
tlhunter
added a commit
that referenced
this pull request
Mar 19, 2026
tlhunter
added a commit
that referenced
this pull request
Mar 20, 2026
4 tasks
This was referenced Mar 23, 2026
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.
What does this PR do?
Adds two new fields to the process tracking metadata and upgrades the underlying version of libdatadog.
Motivation
https://github.com/DataDog/dd-trace-js/pull/7816/changes
Additional Notes
I'm getting a bunch of build errors about lacking binaries for certain platforms. The LLM decided to pin the version of prebuildify to fix it. I'm sure this isn't the right approach but I'm unfamiliar with the project and don't know the solution.