diff --git a/content/en/tests/setup/javascript.md b/content/en/tests/setup/javascript.md
index faed3270b8d3e..251988304ddbc 100644
--- a/content/en/tests/setup/javascript.md
+++ b/content/en/tests/setup/javascript.md
@@ -619,11 +619,7 @@ For more information about `service` and `env` reserved tags, see [Unified Servi
## Manual testing API
- Note: To use the manual testing API, you must pass DD_CIVISIBILITY_MANUAL_API_ENABLED=1
as an environment variable.
-
-
-
- Note: The manual testing API is in beta, so its API might change. It is available starting in dd-trace
versions 4.4.0
, 3.25.0
, and 2.38.0
.
+ Note: The manual testing API is available starting in dd-trace
versions 5.23.0
and 4.47.0
.
If you use Jest, Mocha, Cypress, Playwright, Cucumber, or Vitest, **do not use the manual testing API**, as CI Visibility automatically instruments them and sends the test results to Datadog. The manual testing API is **incompatible** with already supported testing frameworks.
@@ -728,7 +724,7 @@ The payload to be published is a dictionary `` of tags or
When the test start and end channels are in your code, run your testing framework like you normally do, including the following environment variables:
```shell
-NODE_OPTIONS="-r dd-trace/ci/init" DD_CIVISIBILITY_MANUAL_API_ENABLED=1 DD_ENV=ci DD_SERVICE=my-custom-framework-tests yarn run-my-test-framework
+NODE_OPTIONS="-r dd-trace/ci/init" DD_ENV=ci DD_SERVICE=my-custom-framework-tests yarn run-my-test-framework
```