This commit is contained in:
parent
f3b227dbf0
commit
fb7928259a
@ -6,10 +6,7 @@ import * as Sentry from "@sentry/nextjs";
|
|||||||
|
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: "https://69aed8b4a32e45db8fcb1b4285b4370f@glitchtip.fascinated.cc/13",
|
dsn: "https://69aed8b4a32e45db8fcb1b4285b4370f@glitchtip.fascinated.cc/13",
|
||||||
|
|
||||||
// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
|
|
||||||
tracesSampleRate: 1,
|
tracesSampleRate: 1,
|
||||||
|
|
||||||
// Setting this option to true will print useful information to the console while you're setting up Sentry.
|
|
||||||
debug: false,
|
debug: false,
|
||||||
|
enabled: process.env.NODE_ENV === "production",
|
||||||
});
|
});
|
||||||
|
@ -7,10 +7,7 @@ import * as Sentry from "@sentry/nextjs";
|
|||||||
|
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: "https://69aed8b4a32e45db8fcb1b4285b4370f@glitchtip.fascinated.cc/13",
|
dsn: "https://69aed8b4a32e45db8fcb1b4285b4370f@glitchtip.fascinated.cc/13",
|
||||||
|
|
||||||
// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
|
|
||||||
tracesSampleRate: 1,
|
tracesSampleRate: 1,
|
||||||
|
|
||||||
// Setting this option to true will print useful information to the console while you're setting up Sentry.
|
|
||||||
debug: false,
|
debug: false,
|
||||||
|
enabled: process.env.NODE_ENV === "production",
|
||||||
});
|
});
|
||||||
|
@ -6,10 +6,7 @@ import * as Sentry from "@sentry/nextjs";
|
|||||||
|
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: "https://69aed8b4a32e45db8fcb1b4285b4370f@glitchtip.fascinated.cc/13",
|
dsn: "https://69aed8b4a32e45db8fcb1b4285b4370f@glitchtip.fascinated.cc/13",
|
||||||
|
|
||||||
// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
|
|
||||||
tracesSampleRate: 1,
|
tracesSampleRate: 1,
|
||||||
|
|
||||||
// Setting this option to true will print useful information to the console while you're setting up Sentry.
|
|
||||||
debug: false,
|
debug: false,
|
||||||
|
enabled: process.env.NODE_ENV === "production",
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user