Function report_error

Source
pub fn report_error<E: Error + Send + Sync + 'static>(error: E)
Expand description

Report an error to Sentry manually.

ยงArguments

  • error - The error to report.