import * as Sentry from "@sentry/nestjs";
Sentry.init({
  dsn: "https://4476845f03d0a02f4708acd978f89ec0@o4509037244907520.ingest.us.sentry.io/4510799108833280",
  // Setting this option to true will send default PII data to Sentry.
  // For example, automatic IP address collection on events
  sendDefaultPii: true,
});
