Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface ErrorReportingConfig

    interface ErrorReportingConfig {
        policy?: ErrorReportingPolicy;
        reporter: ErrorReporter;
    }
    Index

    Report only unexpected failures by default, or every SDK failure.

    reporter: ErrorReporter