You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dd-trace-php is using libdatadog to send its debugger payload. We want to send process_tags in every debugger payload according to this RFC for dynamic instrumentation. This PR is adding process tags support in the live debugger part of libdatadog.
❌ Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.04%. Comparing base (aa61ebb) to head (a20d2c2).
The reason will be displayed to describe this comment to others. Learn more.
This part looks good, I haven't reviewed the PHP side yet.
Note that the libdatadog branch was 15 days behind main so I updated it, tests are rerunning.
morrisonlevi
changed the title
feat(fii): add process_tags to ffi debbuger payload
feat(profiling-ffi): add process_tags to ffi debbuger payload
Jan 30, 2026
Hey, is the PR title a bit weird? E.g. this seems to not have anything to do with the profiling-ffi (I opened the PR since I went -- "wait, why does the profiling ffi need to change for debugger payloads?", and I'm pretty sure the answer is "it doesn't" ;D )
dubloom
changed the title
feat(profiling-ffi): add process_tags to ffi debbuger payload
feat(debugger-ffi): add process_tags to ffi debugger payload
Feb 4, 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
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?
dd-trace-php is using libdatadog to send its debugger payload. We want to send process_tags in every debugger payload according to this RFC for dynamic instrumentation. This PR is adding process tags support in the live debugger part of libdatadog.
How to test the change?
The changes are tested directly in dd-trace-php through this PR: DataDog/dd-trace-php#3580