We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c625aa commit a57e6c2Copy full SHA for a57e6c2
packages/node-experimental/README.md
@@ -43,6 +43,17 @@ Sentry.init({
43
44
Note that it is necessary to initialize Sentry **before you import any package that may be instrumented by us**.
45
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
57
## Available (Performance) Integrations
58
59
* Http
0 commit comments