Update env stuff because I don't think it was all working right.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import * as Sentry from '@sentry/nextjs';
|
||||
|
||||
import { env } from '@/env';
|
||||
import { env } from '@/env.js';
|
||||
|
||||
Sentry.init({
|
||||
dsn: env.NEXT_PUBLIC_SENTRY_DSN,
|
||||
|
||||
Reference in New Issue
Block a user