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 a44cc3b commit 875b3f6Copy full SHA for 875b3f6
packages/core/src/shared/telemetry/spans.ts
@@ -345,6 +345,9 @@ export class TelemetryTracer extends TelemetryBase {
345
* All changes made to {@link attributes} (via {@link record}) during the execution are
346
* reverted after the execution completes.
347
*
348
+ * Runs can be nested within each other. This allows for creating hierarchical spans,
349
+ * where child spans inherit the context of their parent spans.
350
+ *
351
* This method automatically handles traceId generation and propagation:
352
* - If no traceId exists in the current context, a new one is generated.
353
* - The traceId is attached to all telemetry events created within this span.
0 commit comments