This commit is contained in:
2026-05-27 10:30:23 -04:00
parent 5214412fff
commit 1e1773c186
48 changed files with 5351 additions and 160 deletions

View File

@@ -0,0 +1,8 @@
import * as Sentry from "@sentry/solidstart";
Sentry.init({
dsn: process.env.VITE_SENTRY_DSN,
enabled: process.env.NODE_ENV === "production",
sendDefaultPii: true,
tracesSampleRate: 0.1,
});