Skip to content

Commit ccb3ad6

Browse files
AbhiPrasadLms24
andauthored
chore(otel): Update README to add alpha note (#6169)
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
1 parent 09fdc28 commit ccb3ad6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/opentelemetry-node/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/opentelemetry-node.svg)](https://www.npmjs.com/package/@sentry/opentelemetry-node)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/opentelemetry-node.svg)](https://www.npmjs.com/package/@sentry/opentelemetry-node)
1212

13+
This package allows you to send your NodeJS OpenTelemetry trace data to Sentry via OpenTelemetry SpanProcessors.
14+
15+
This SDK is **considered experimental and in an alpha state**. It may experience breaking changes. Please reach out on
16+
[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback/concerns.
17+
1318
## Installation
1419

1520
```bash
@@ -55,7 +60,3 @@ otelApi.propagation.setGlobalPropagator(new SentryPropagator());
5560
## Links
5661

5762
- [Official SDK Docs](https://docs.sentry.io/quickstart/)
58-
59-
## Usage
60-
61-
TODO

0 commit comments

Comments
 (0)