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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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