export interface IErrorCapture { captureException: (error: Error, props?: Record) => Promise; }