✨ [RUM-17395] Add debug_ids to profiler wall-time trace for sourcemap unminification#4897
Merged
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 1bddd0d | Docs | Datadog PR Page | Give us feedback! |
Bundles Sizes Evolution
|
amortemousque
force-pushed
the
aymeric/debug-id-profiling
branch
from
July 20, 2026 07:58
3ab72ae to
8c90f92
Compare
amortemousque
marked this pull request as ready for review
July 20, 2026 08:35
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8c90f92307
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
amortemousque
force-pushed
the
aymeric/debug-id-profiling
branch
from
July 20, 2026 12:40
4bd225a to
e5cf06f
Compare
… IDs buildProfilerDebugIds called getSourceCodeContext per resource URL, each triggering a full DD_SOURCE_CODE_CONTEXT scan. Use buildDebugIdByUrl to sync once and map URL -> debugId, then resolve resource indices from it.
thomasbertet
approved these changes
Jul 20, 2026
mormubis
approved these changes
Jul 20, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Motivation
Un-minify profiler stack frames across micro frontends, same as Error/LoAF events already do via
_dd.debug_ids.Changes
wall-time.jsonnow includes adebugIdsarray mapping each resource index to its debug ID:{ "resources": ["https://service-a.js", "https://service-b.js"], "debugIds": [{ "resourceId": 0, "debugId": "5f4b4d0a-3f9a-4b86-9f53-8f7e9a5c7d21" }] }Test instructions
yarn test:unit --spec "packages/browser-rum/src/domain/profiling/**/*.spec.ts"Checklist