Documentation
    Preparing search index...
    interface PublicApi {
        onReady: (callback: () => void) => void;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    onReady: (callback: () => void) => void

    For CDN async setup: Early RUM API calls must be wrapped in the window.DD_RUM.onReady() callback. This ensures the code only gets executed once the SDK is properly loaded.

    See CDN async setup for further information.

    version: string

    Version of the Logs browser SDK