Skip to content

Commit

Permalink
[DI] Add TODO comment (#5054)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Jan 2, 2025
1 parent 330e973 commit 8981beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dd-trace/src/debugger/devtools_client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ function highestOrUndefined (num, max) {
}

async function getDD (callFrameId) {
// TODO: Consider if an `objectGroup` should be used, so it can be explicitly released using
// `Runtime.releaseObjectGroup`
const { result } = await session.post('Debugger.evaluateOnCallFrame', {
callFrameId,
expression,
Expand Down

0 comments on commit 8981beb

Please sign in to comment.