RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface BeaconRequest

    A captured beacon request containing the URL and parsed body.

    interface BeaconRequest {
        body: Record<string, unknown>;
        url: string;
    }
    Index

    Properties

    Properties

    body: Record<string, unknown>
    url: string