From 24dadfe8e5e16781b1b4690efffb0dc832b867af Mon Sep 17 00:00:00 2001 From: Juan Fernandez Date: Fri, 10 Apr 2026 12:45:29 +0200 Subject: [PATCH 1/2] fix release branch tests --- integration-tests/cypress/cypress.spec.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/cypress/cypress.spec.js b/integration-tests/cypress/cypress.spec.js index edc459792a..b78ad582d5 100644 --- a/integration-tests/cypress/cypress.spec.js +++ b/integration-tests/cypress/cypress.spec.js @@ -775,7 +775,7 @@ moduleTypes.forEach(({ assert.strictEqual(exitCode, 0, 'cypress process should exit successfully') }) - it('custom after:spec and after:run handlers are chained with dd-trace instrumentation', async () => { + over10It('custom after:spec and after:run handlers are chained with dd-trace instrumentation', async () => { const receiverPromise = receiver .gatherPayloadsMaxTimeout(({ url }) => url.endsWith('/api/v2/citestcycle'), (payloads) => { const events = payloads diff --git a/package.json b/package.json index 9602c68fdb..48f3cefe6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dd-trace", - "version": "6.0.0-pre", + "version": "5.0.0-pre", "description": "Datadog APM tracing client for JavaScript", "main": "index.js", "typings": "index.d.ts", From cb9f62178f1db2617e1e0795144448ecbca365bb Mon Sep 17 00:00:00 2001 From: Juan Fernandez Date: Fri, 10 Apr 2026 12:56:48 +0200 Subject: [PATCH 2/2] revert package version change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48f3cefe6a..9602c68fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dd-trace", - "version": "5.0.0-pre", + "version": "6.0.0-pre", "description": "Datadog APM tracing client for JavaScript", "main": "index.js", "typings": "index.d.ts",