Skip to content

Commit da22b11

Browse files
committed
Update develop-docs/sdk/telemetry/spans/implementation.mdx
1 parent 482820a commit da22b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/spans/implementation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you're implementing Span-First (as a PoC) in your SDK, take an iterative appr
2121

2222
1. Add the Span v2 Envelope (type), serialization logic and any utilities necessary to support sending a new envelope. See [Span Protocol](../span-protocol) for more details.
2323
2. Add the top-level `traceLifecycle` (or `trace_lifecycle`) SDK init option which controls if traces should be sent as transactions or as spans (v2).
24-
- The allowed values for this option MUST be `'static'` and `'strea'`.
24+
- The allowed values for this option MUST be `'static'` and `'stream'`.
2525
- By default, the SDK MUST send traces as transactions (`'static'`). Span-First MUST be an opt-in feature.
2626
- Continue with adding Span-First logic which MUST only be applied if `traceLifecycle` is set to `'stream'`.
2727
3. As an initial PoC, leave your current transaction APIs in place and convert the transaction event to a v2 spans array to be sent in the new envelope.

0 commit comments

Comments
 (0)