Skip to content

@saflib/node


Type Alias: ErrorCollector()

ErrorCollector = (param) => void

Collectors take errors reported to them and propagate them to telemetry services such as Sentry.

Parameters

ParameterType
paramErrorCollectorParam

Returns

void