diff --git a/app/root.tsx b/app/root.tsx index bf48dda..810313a 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -86,6 +86,7 @@ function App() { useEffect(() => { if (!SENTRY_ENVIRONMENT) { + console.error("No sentry environment. Bugs will not be reported."); return; }