IErrorTrackingService Interface
Packages > @fluidframework/protocol-definitions > IErrorTrackingService
Signature:
export interface IErrorTrackingService
Methods
Method | Description |
---|---|
track(func) | Track error/exception using a service. |
Methods
track
Track error/exception using a service.
Signature:
track(func: () => void): any;
Parameters
Parameter | Type | Description |
---|---|---|
func | () => void |
Returns:
any