ReportError reports the given error to Sentry. The caller is responsible for checking whether telemetry is enabled, and calling the sentry.Flush() function to wait for the report to be uploaded. (By default, Sentry submits reports asynchronously.) Note: an empty 'eventID' can be returned which sign
(err error)
| 101 | // configured or Sentry client decided to not report the error (due to |
| 102 | // configured sampling rate, callbacks, Sentry's event processors, etc). |
| 103 | func ReportError(err error) string { return report.ReportError(err) } |
nothing calls this directly
no test coverage detected
searching dependent graphs…