Vinyl
    Preparing search index...

    Interface VinylErrorLoggingOptions

    interface VinylErrorLoggingOptions {
        authProvider: null | VinylErrorLoggingAuthProvider;
        endpoint: string;
        maxMessages: number;
    }
    Index

    Properties

    authProvider: null | VinylErrorLoggingAuthProvider

    Provides the fields necessary to authorize a logging request.

    endpoint: string

    The url of the rest logger endpoint. If null, CloudWatch logging will be disabled.

    maxMessages: number

    The maximum number of errors a single client may report. Limits 'spammy' clients.