Skip to content

Commit

Permalink
chore(otel): Update README to add alpha note (#6169)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
  • Loading branch information
AbhiPrasad and Lms24 committed Nov 9, 2022
1 parent 09fdc28 commit ccb3ad6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/opentelemetry-node/README.md
Expand Up @@ -10,6 +10,11 @@
[![npm dm](https://img.shields.io/npm/dm/@sentry/opentelemetry-node.svg)](https://www.npmjs.com/package/@sentry/opentelemetry-node)
[![npm dt](https://img.shields.io/npm/dt/@sentry/opentelemetry-node.svg)](https://www.npmjs.com/package/@sentry/opentelemetry-node)

This package allows you to send your NodeJS OpenTelemetry trace data to Sentry via OpenTelemetry SpanProcessors.

This SDK is **considered experimental and in an alpha state**. It may experience breaking changes. Please reach out on
[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback/concerns.

## Installation

```bash
Expand Down Expand Up @@ -55,7 +60,3 @@ otelApi.propagation.setGlobalPropagator(new SentryPropagator());
## Links

- [Official SDK Docs](https://docs.sentry.io/quickstart/)

## Usage

TODO

0 comments on commit ccb3ad6

Please sign in to comment.