// Lovable error reporting removed.
// Replace this with your own error-monitoring solution (e.g. Sentry) if needed.
export function reportError(_error: unknown, _context: Record<string, unknown> = {}) {
  // no-op
}
