ErrorReportingOptions

Contains parameters for sending errors.

Enumerations

ErrorReportingOptions

Contains parameters for sending errors.

Enumeration descriptions

ErrorReportingOptions

ErrorReportingOptions

Константа

Описание

static var noBacktrace: ErrorReportingOptions { get }

An option that doesn't attach the send call backtrace to the error. Can speed up sending reports.

This option doesn't affect the backtraces that are passed in the error itself.

Previous