AboutSupportDeveloper GuideVersion 43.140.100.54
LogUploadOptions: {
    endpoint: string;
    logs?: string[];
    manifests?: string[];
    ui?: LogUploaderUIOptions;
}

Type declaration

  • endpoint: string

    The URL where log files are to be uploaded.

  • Optionallogs?: string[]

    An array of strings that specifies which logs should be uploaded.

    ['app', 'rvm', 'debug']
    
  • Optionalmanifests?: string[]

    An array of URL match patterns to define the manifests of the programs that the Log Uploader should upload logs for.

    []
    
  • Optionalui?: LogUploaderUIOptions
""