diff --git a/www/.gitignore b/www/.gitignore index b04d3ebd..e52822e0 100644 --- a/www/.gitignore +++ b/www/.gitignore @@ -36,3 +36,6 @@ next-env.d.ts .sentryclirc + +# Sentry Auth Token +.sentryclirc diff --git a/www/pages/sentry-example-page.js b/www/pages/sentry-example-page.js index 1ed3c508..5e935e43 100644 --- a/www/pages/sentry-example-page.js +++ b/www/pages/sentry-example-page.js @@ -70,7 +70,7 @@ export default function Home() {

Next, look for the error on the{" "} - Issues Page. + Issues Page.

For more information, see{" "} diff --git a/www/sentry.client.config.js b/www/sentry.client.config.js index 977d1ada..794c3030 100644 --- a/www/sentry.client.config.js +++ b/www/sentry.client.config.js @@ -5,7 +5,7 @@ import * as Sentry from "@sentry/nextjs"; Sentry.init({ - dsn: "https://8fc839ea190bd452d6f2c2553781e87b@o1376440.ingest.sentry.io/4505634578563072", + dsn: "https://a6fb679d6e99e303bb2ea0e2d68bfe46@o1376440.ingest.sentry.io/4505634666577920", // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 1, diff --git a/www/sentry.edge.config.js b/www/sentry.edge.config.js index 3c7efdc4..c4a941da 100644 --- a/www/sentry.edge.config.js +++ b/www/sentry.edge.config.js @@ -6,7 +6,7 @@ import * as Sentry from "@sentry/nextjs"; Sentry.init({ - dsn: "https://8fc839ea190bd452d6f2c2553781e87b@o1376440.ingest.sentry.io/4505634578563072", + dsn: "https://a6fb679d6e99e303bb2ea0e2d68bfe46@o1376440.ingest.sentry.io/4505634666577920", // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 1, diff --git a/www/sentry.server.config.js b/www/sentry.server.config.js index d2e6b51b..179f0a99 100644 --- a/www/sentry.server.config.js +++ b/www/sentry.server.config.js @@ -5,7 +5,7 @@ import * as Sentry from "@sentry/nextjs"; Sentry.init({ - dsn: "https://8fc839ea190bd452d6f2c2553781e87b@o1376440.ingest.sentry.io/4505634578563072", + dsn: "https://a6fb679d6e99e303bb2ea0e2d68bfe46@o1376440.ingest.sentry.io/4505634666577920", // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 1,