Closed mydea closed 1 year ago
This replaces @sentry/node with @sentry/node-experimental, which under the hood uses OTEL for performance instrumentation.
@sentry/node
@sentry/node-experimental
While this is experimental (!!), it seems to work OK enough in my initial tests, but more testing etc. is needed for sure.
Changes that are necessary to make this work:
trace()
startSpan()
startSpan
startInactiveSpan
Happy about any feedback - as this is experimental, there may (will) def. be rough edges or cases where stuff does not work as expected!
This replaces
@sentry/node
with@sentry/node-experimental
, which under the hood uses OTEL for performance instrumentation.While this is experimental (!!), it seems to work OK enough in my initial tests, but more testing etc. is needed for sure.
Changes that are necessary to make this work:
trace()
withstartSpan()
- only the new performance APIsstartSpan
andstartInactiveSpan
work in node-experimental.Happy about any feedback - as this is experimental, there may (will) def. be rough edges or cases where stuff does not work as expected!