File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/node-experimental Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,17 @@ Sentry.init({
43
43
44
44
Note that it is necessary to initialize Sentry ** before you import any package that may be instrumented by us** .
45
45
46
+ ## Status of this Experiment
7D4F
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
+
46
57
## Available (Performance) Integrations
47
58
48
59
* Http
You can’t perform that action at this time.
0 commit comments