cal/apps/api/sentry.edge.config.ts
2023-12-12 14:57:39 -08:00

6 lines
104 B
TypeScript

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