12 lines
No EOL
358 B
JavaScript
12 lines
No EOL
358 B
JavaScript
import * as Sentry from '@sentry/react-router';
|
|
|
|
Sentry.init({
|
|
dsn: "https://1a366de494f1acf8fc94a4c592807b10@o1356837.ingest.us.sentry.io/4511024367861760",
|
|
enabled: process.env.NODE_ENV === "production",
|
|
sendDefaultPii: true,
|
|
tracesSampleRate: 0,
|
|
ignoreErrors: [
|
|
/No route matches URL ".*\.css"/,
|
|
/No route matches URL ".*\.js"/,
|
|
],
|
|
}); |