Remove sentry example page. Fix global error page

This commit is contained in:
2025-09-16 14:56:41 -05:00
parent 3a0263b96b
commit 7e7e92b89a
5 changed files with 37 additions and 260 deletions

View File

@@ -1,5 +1,5 @@
import { env } from './src/env.js'
import * as Sentry from "@sentry/nextjs";
import { env } from './src/env.js';
import * as Sentry from '@sentry/nextjs';
Sentry.init({
dsn: env.NEXT_PUBLIC_SENTRY_DSN,