feat(planning): ship holiday-aware planning and assistant upgrades

This commit is contained in:
2026-03-28 22:49:28 +01:00
parent 2a005794e7
commit 4f48afe7b4
151 changed files with 17738 additions and 1940 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
"use client";
import * as Sentry from "@sentry/nextjs";
import { useEffect } from "react";
export default function GlobalError({
@@ -11,7 +10,7 @@ export default function GlobalError({
reset: () => void;
}) {
useEffect(() => {
Sentry.captureException(error);
console.error(error);
}, [error]);
return (