File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/opentelemetry-node Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
[ ![ npm dm] ( https://img.shields.io/npm/dm/@sentry/opentelemetry-node.svg )] ( https://www.npmjs.com/package/@sentry/opentelemetry-node )
11
11
[ ![ npm dt] ( https://img.shields.io/npm/dt/@sentry/opentelemetry-node.svg )] ( https://www.npmjs.com/package/@sentry/opentelemetry-node )
12
12
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
+
13
18
## Installation
14
19
15
20
``` bash
@@ -55,7 +60,3 @@ otelApi.propagation.setGlobalPropagator(new SentryPropagator());
55
60
## Links
56
61
57
62
- [ Official SDK Docs] ( https://docs.sentry.io/quickstart/ )
58
-
59
- ## Usage
60
-
61
- TODO
You can’t perform that action at this time.
0 commit comments