oof
This commit is contained in:
8
web/public/instrument.server.mjs
Normal file
8
web/public/instrument.server.mjs
Normal 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,
|
||||
});
|
||||
Reference in New Issue
Block a user