Skip to content

Commit a57e6c2

Browse files
authored
docs(node-experimental): Clarify that manual instrumentation is n/a (#8684)
Just clarify the readme about what is/not supported for node-experimental.
1 parent 5c625aa commit a57e6c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/node-experimental/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ Sentry.init({
4343

4444
Note that it is necessary to initialize Sentry **before you import any package that may be instrumented by us**.
4545

46+
## Status of this Experiment
47+
48+
Currently, this SDK:
49+
50+
* Will capture errors (same as @sentry/node)
51+
* Auto-instrument for performance - see below for which performance integrations are available.
52+
53+
**Manual instrumentation is not supported!**
54+
This is because the current Sentry-Performance-APIs like `Sentry.startTransaction()` are not compatible with the OpenTelemetry tracing model.
55+
We may add manual tracing capabilities in a later version.
56+
4657
## Available (Performance) Integrations
4758

4859
* Http

0 commit comments

Comments
 (0)