asyncReportError
Source Location: packages/core/src/util.ts#L244
Signature
function asyncReportError(error: unknown): void
Reports the given error asynchronously.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| error | | The error to report. |
Source Location: packages/core/src/util.ts#L244
function asyncReportError(error: unknown): void
Reports the given error asynchronously.
| Parameter | Type | Description | |
|---|---|---|---|
| error | | The error to report. |