@launchdarkly/observability + @launchdarkly/session-replay
    Preparing search index...

    Interface StartOptions

    interface StartOptions {
        forceNew?: boolean;
        sessionKey?: string;
        silent?: boolean;
    }
    Index

    Properties

    forceNew?: boolean

    Starts a new recording session even if one was stopped recently.

    sessionKey?: string

    Key to use to determine the sessionSecureID in order to override session generation logic. If a sessionKey is provided, the session will be combined with the previous session with the same key. Otherwise, the current session logic will be used to generate a sessionSecureID.

    silent?: boolean

    Specifies whether console warn messages should not be created.