mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Re-generated auth token
This commit is contained in:
3
www/.gitignore
vendored
3
www/.gitignore
vendored
@@ -36,3 +36,6 @@ next-env.d.ts
|
||||
|
||||
.sentryclirc
|
||||
|
||||
|
||||
# Sentry Auth Token
|
||||
.sentryclirc
|
||||
|
||||
@@ -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{" "}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user