Skip to content

Commit

Permalink
[DI] Make it easier to debug integration test (#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Sep 14, 2024
1 parent ba53c01 commit 5d35011
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration-tests/debugger/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ describe('Dynamic Instrumentation', function () {
cwd,
env: {
APP_PORT: appPort,
DD_DYNAMIC_INSTRUMENTATION_ENABLED: true,
DD_TRACE_AGENT_PORT: agent.port,
DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS: pollInterval,
DD_DYNAMIC_INSTRUMENTATION_ENABLED: true
DD_TRACE_DEBUG: process.env.DD_TRACE_DEBUG, // inherit to make debugging the sandbox easier
DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS: pollInterval
}
})
axios = Axios.create({
Expand Down

0 comments on commit 5d35011

Please sign in to comment.