Remove sentry example page. Fix global error page
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user