feat: Add Sentry to edge (#12304)

This commit is contained in:
Keith Williams
2023-11-10 08:47:55 -03:00
committed by GitHub
parent e4b2464548
commit e4281a852a
+5 -1
View File
@@ -1 +1,5 @@
export {};
import * as Sentry from "@sentry/nextjs";
Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
});