fix(profiler): update libdatadog to fix rust panic#3498
Merged
realFlowControl merged 2 commits intomasterfrom Nov 26, 2025
Merged
fix(profiler): update libdatadog to fix rust panic#3498realFlowControl merged 2 commits intomasterfrom
libdatadog to fix rust panic#3498realFlowControl merged 2 commits intomasterfrom
Conversation
Benchmarks [ profiler ]Benchmark execution time: 2025-11-25 13:40:05 Comparing candidate commit cd0f1c2 in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 23 metrics, 8 unstable metrics. scenario:php-profiler-timeline-memory-control
scenario:php-profiler-timeline-memory-with-profiler
scenario:php-profiler-timeline-memory-with-profiler-and-timeline
|
2d2525c to
cd0f1c2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3498 +/- ##
==========================================
- Coverage 61.80% 61.78% -0.02%
==========================================
Files 142 142
Lines 12923 12923
Branches 1695 1695
==========================================
- Hits 7987 7985 -2
- Misses 4183 4186 +3
+ Partials 753 752 -1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Leiyks
approved these changes
Nov 25, 2025
libdatadog to fix rust panic
realFlowControl
added a commit
that referenced
this pull request
Nov 26, 2025
* update libdatadog for profiler * update libdatadog to v24.0.2
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.
Description
This updates
libdatadogto the version from DataDog/libdatadog#1362 in order to fix the bug stated there and to kick of a CIReviewer checklist