Documentation - v7.13.0
    Preparing search index...

    Interface LogsPluginExperimental

    Plugin interface of the Logs browser SDK.

    The plugins API is unstable and experimental, and may change without notice. Please use only plugins provided by Datadog matching the version of the SDK you are using.

    interface LogsPlugin {
        name: string;
        getConfigurationTelemetry?(): Record<string, unknown>;
        onInit?(options: OnInitOptions): void;
        onLogsStart?(options: OnLogsStartOptions): void;
    }
    Index
    name: string