cal/apps/web/sentry.edge.config.ts
2023-11-10 08:47:55 -03:00

6 lines
104 B
TypeScript

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