RUM JavaScript API - 1.347.4
    Preparing search index...

    Interface NativeHttp

    API for manually reporting HTTP requests to the Dynatrace RUM agent.

    interface NativeHttp {
        reportWebRequest(this: void, options: ReportWebRequestOptions): void;
    }
    Index

    Methods

    • Reports a completed HTTP request to the Dynatrace RUM JavaScript. Use this to manually instrument HTTP requests made via Cordova HTTP plugins that are not automatically captured.

      Parameters

      Returns void