feat: Add Sentry to edge (#12304)
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export {};
|
||||
import * as Sentry from "@sentry/nextjs";
|
||||
|
||||
Sentry.init({
|
||||
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user