Re-generated auth token

This commit is contained in:
Koper
2023-08-02 16:38:08 +07:00
parent 13bf2d0d14
commit c23f3e350b
5 changed files with 7 additions and 4 deletions

3
www/.gitignore vendored
View File

@@ -36,3 +36,6 @@ next-env.d.ts
.sentryclirc
# Sentry Auth Token
.sentryclirc

View File

@@ -70,7 +70,7 @@ export default function Home() {
<p>
Next, look for the error on the{" "}
<a href="https://monadical.sentry.io/issues/?project=4505634578563072">Issues Page</a>.
<a href="https://monadical.sentry.io/issues/?project=4505634666577920">Issues Page</a>.
</p>
<p style={{ marginTop: "24px" }}>
For more information, see{" "}

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,