biohazard-vfx/sentry.client.config.js
nicholai 56271841f8
Some checks failed
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled
refactoring pt.1
2025-09-09 11:24:28 -06:00

6 lines
279 B
JavaScript

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