Update env stuff because I don't think it was all working right.

This commit is contained in:
2026-03-21 16:07:50 -05:00
parent 0ecf6238de
commit ee99ab11c9
6 changed files with 38 additions and 66 deletions

View File

@@ -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,