export function captureError(error: any) {
  console.error(error);
}
