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

    Interface SessionDetails

    interface SessionDetails {
        sessionSecureID: string;
        url: string;
        urlWithTimestamp: string;
    }
    Index

    Properties

    sessionSecureID: string

    The secure ID of the session.

    url: string

    The URL to view the session.

    urlWithTimestamp: string

    The URL to view the session at the time getSessionDetails was called during the session recording.