Skip to content

Commit c9c29c4

Browse files
Allow @opentelemetry@1.9.0, remove version reference from README
1 parent f62b60a commit c9c29c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ Please refer to the [SECURITY.md](https://github.com/DataDog/dd-trace-js/blob/ma
108108

109109
Please refer to the [Node.js Custom Instrumentation using OpenTelemetry API](https://docs.datadoghq.com/tracing/trace_collection/custom_instrumentation/nodejs/otel/) document. It includes information on how to use the OpenTelemetry API with dd-trace-js.
110110

111-
Note that our internal implementation of the OpenTelemetry API is currently set within the version range `>=1.0.0 <1.9.0`. This range will be updated at a regular cadence therefore, we recommend updating your tracer to the latest release to ensure up to date support.
111+
Note that our internal implementation of the OpenTelemetry API is currently set within a version range. This range will be updated at a regular cadence therefore, we recommend updating your tracer to the latest release to ensure up to date support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@datadog/pprof": "5.6.0",
9393
"@datadog/sketches-js": "^2.1.0",
9494
"@isaacs/ttlcache": "^1.4.1",
95-
"@opentelemetry/api": ">=1.0.0 <1.9.0",
95+
"@opentelemetry/api": ">=1.0.0 <1.10.0",
9696
"@opentelemetry/core": "^1.14.0",
9797
"crypto-randomuuid": "^1.0.0",
9898
"dc-polyfill": "0.1.6",

0 commit comments

Comments
 (0)