Skip to content

Commit

Permalink
Merge branch 'bengl/disable-all-middleware-option' of github.com:Data…
Browse files Browse the repository at this point in the history
…Dog/dd-trace-js into bengl/disable-all-middleware-option
  • Loading branch information
ida613 committed Jan 24, 2025
2 parents a7eb98a + 65bf5cb commit ada7ede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('esm', () => {
})

it('is instrumented', async () => {
process.env.DD_TRACE_MIDDLEWARE_ENABLED = true
delete process.env.DD_TRACE_MIDDLEWARE_ENABLED
proc = await spawnPluginIntegrationTestProc(sandbox.folder, 'server.mjs', agent.port)
const numberOfSpans = semver.intersects(version, '<5.0.0') ? 4 : 3

Expand Down

0 comments on commit ada7ede

Please sign in to comment.