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 8489072 commit c864ff6Copy full SHA for c864ff6
packages/tracing/src/span.ts
@@ -105,7 +105,8 @@ export class Span implements SpanInterface {
105
public transaction?: Transaction;
106
107
/**
108
- * You should never call the constructor manually, always use `hub.startSpan()`.
+ * You should never call the constructor manually, always use `Sentry.startTransaction()`
109
+ * or call `startChild()` on an existing span.
110
* @internal
111
* @hideconstructor
112
* @hidden
0 commit comments