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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions