You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Older Node Versions | See [Node Support](#node-support)|
147
+
| Web Browsers | ✅ See [Browser Support](#browser-support) below |
149
148
150
149
### Node Support
151
150
152
-
Automated tests are run using the latest release of each currently active version of Node.JS.
153
-
While Node.JS v8 and v10 are no longer supported by the Node.JS team, the latest versions of Node.JS v8 and v10 are still included in our testing suite.
151
+
Only Node.js Active or Maintenance LTS versions are supported.
152
+
Previous versions of node _may_ work, but they are not tested by OpenTelemetry and they are not guaranteed to work.
154
153
Please note that versions of Node.JS v8 prior to `v8.12.0` will NOT work, because OpenTelemetry Node depends on the `perf_hooks` module introduced in `v8.5.0` and `performance.timeOrigin` that is set correctly starting in `v8.12.0`.
155
154
156
155
### Browser Support
@@ -161,7 +160,7 @@ There is currently no list of officially supported browsers, but OpenTelemetry i
|[@opentelemetry/api][otel-api]| This package provides TypeScript interfaces, enums and no-op implementations for the OpenTelemetry core trace and metrics model. It is intended for use both on the server and in the browser. |
225
224
|[@opentelemetry/core][otel-core]| This package provides default and no-op implementations of the OpenTelemetry api for trace and metrics. It's intended for use both on the server and in the browser. |
|[@opentelemetry/sdk-trace-base][otel-tracing]| This module provides a full control over instrumentation and span creation. It doesn't load [`async_hooks`](https://nodejs.org/api/async_hooks.html) or any instrumentation by default. It is intended for use both on the server and in the browser.|
232
-
|[@opentelemetry/sdk-metrics-base][otel-metrics]| This module provides instruments and meters for reporting of time series data. |
233
-
|[@opentelemetry/sdk-trace-node][otel-node]| This module provides automatic tracing for Node.js applications. It is intended for use on the server only.|
234
-
|[@opentelemetry/sdk-trace-web][otel-web]| This module provides automated instrumentation and tracing for Web applications. It is intended for use in the browser only.|
|[@opentelemetry/sdk-trace-base][otel-tracing]| This module provides a full control over instrumentation and span creation. It doesn't load [`async_hooks`](https://nodejs.org/api/async_hooks.html) or any instrumentation by default. It is intended for use both on the server and in the browser. |
231
+
|[@opentelemetry/sdk-metrics-base][otel-metrics]| This module provides instruments and meters for reporting of time series data. |
232
+
|[@opentelemetry/sdk-trace-node][otel-node]| This module provides automatic tracing for Node.js applications. It is intended for use on the server only. |
233
+
|[@opentelemetry/sdk-trace-web][otel-web]| This module provides automated instrumentation and tracing for Web applications. It is intended for use in the browser only. |
235
234
236
235
### Compatible Exporters
237
236
@@ -272,7 +271,7 @@ These instrumentations are hosted at <https://github.com/open-telemetry/opentele
0 commit comments