Popii - v0.5.1
    Preparing search index...

    Interface TelemetryPluginOptions

    interface TelemetryPluginOptions {
        onCapture?: (error: Error, context: any) => void | Promise<void>;
    }
    Index

    Properties

    Properties

    onCapture?: (error: Error, context: any) => void | Promise<void>