Skip to content

Commit 1e7fb12

Browse files
committed
Remove leak
1 parent d573399 commit 1e7fb12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

solutions/observability/applications/otel-rum.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ The following packages hold the necessary components to set up the base for your
164164
npm install @opentelemetry/api @opentelemetry/core @opentelemetry/resources @opentelemetry/sdk-trace-base @opentelemetry/sdk-trace-web @opentelemetry/exporter-trace-otlp-http @opentelemetry/instrumentation
165165
```
166166

167-
You can then install the instrumentations that you're interested in. OpenTelemetry offers several instrumentations for browsers. For example:
168-
169-
- **OTEL_EXPORTER_OTLP_ENDPOINT**: The full URL of an OpenTelemetry Collector where data is sent. When using {{product.observability}}, this is the {{motlp}} of an {{serverless-full}} project or the URL of a deployed [EDOT Collector](elastic-agent://reference/edot-collector/index.md). Refer to the [OTLP endpoint](#otlp-endpoint) section for more information on how to solve [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS) issues.
170-
npm install @opentelemetry/instrumentation-document-load @opentelemetry/instrumentation-fetch @opentelemetry/instrumentation-xml-http-request @opentelemetry/instrumentation-long-task @opentelemetry/instrumentation-user-interaction
167+
You can then install the instrumentations that you're interested in.
171168

172169
## Basic configuration
173170

0 commit comments

Comments
 (0)