With v11, span streaming will be enabled by default in all SDKs. Essentially, this is as easy as flipping the traceLifecycle option default value to 'stream'.
Special case: Browser SDK. Here users no longer need to manually add spanStreamingIntegration. It will be added by default, similarly to all other SDKs.
In all SDKs, opting out of span streaming will require users to set traceLifecycle: 'static', which will make the SDK switch to transactions mode.
With v11, span streaming will be enabled by default in all SDKs. Essentially, this is as easy as flipping the
traceLifecycleoption default value to'stream'.Special case: Browser SDK. Here users no longer need to manually add
spanStreamingIntegration. It will be added by default, similarly to all other SDKs.In all SDKs, opting out of span streaming will require users to set
traceLifecycle: 'static', which will make the SDK switch to transactions mode.