import * as Sentry from "@sentry/nextjs"; // sentry.client.config.js Sentry.init({ dsn: "https://e1805fb820448d9a2633170f0a8aaef4@o4509987417817088.ingest.us.sentry.io/4509987418800128", integrations: [Sentry.browserTracingIntegration()], tracePropagationTargets: ["localhost", /^https:\/\/yourserver\.io\/api/] });