Skip to content

Enable Span Streaming by default in v11 #22344

Description

@Lms24

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.

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions