Skip to content

Commit

Permalink
Add TODO for later
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Sep 10, 2024
1 parent 77cbac3 commit addea4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dd-trace/src/debugger/devtools_client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ session.on('Debugger.paused', async ({ params }) => {
thread_name: process.title // name of the current thread emitting the snapshot
}

// TODO: Send multiple probes in one HTTP request as an array
await Promise.allSettled(probes.map((probe) => send(
probe.template, // TODO: Process template
logger,
Expand Down

0 comments on commit addea4c

Please sign in to comment.