cal/apps/web/sentry.edge.config.ts

6 lines
104 B
TypeScript
Raw Normal View History

2023-11-10 08:47:55 -03:00
import * as Sentry from "@sentry/nextjs";
Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
});