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

    Interface RequestResponsePair

    interface RequestResponsePair {
        request: Request;
        response: Response;
        urlBlocked: boolean;
    }
    Index

    Properties

    request: Request
    response: Response
    urlBlocked: boolean

    Whether this URL matched a urlToBlock so the contents should not be recorded.