Skip to content

Commit 684f76b

Browse files
committed
chore(sentry): sets production DSN
1 parent f948c7c commit 684f76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/lib/sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ALLOWED_CONSOLE_PREFIXES = [
1919

2020
// DSN is a public project identifier, not a secret.
2121
// Set this after creating a Sentry project.
22-
const SENTRY_DSN = "";
22+
const SENTRY_DSN = "https://4dc4335a9746201c02ff2107c0d20f73@o284235.ingest.us.sentry.io/4511122822922240";
2323

2424
export function initSentry(): void {
2525
if (import.meta.env.DEV || !SENTRY_DSN) return;

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ custom_domain = true
1818
# Set after creating a Sentry project.
1919
# Example: SENTRY_DSN = "https://key@o123456.ingest.sentry.io/7890123"
2020
[vars]
21-
SENTRY_DSN = ""
21+
SENTRY_DSN = "https://4dc4335a9746201c02ff2107c0d20f73@o284235.ingest.us.sentry.io/4511122822922240"
2222

2323
[observability]
2424
enabled = true

0 commit comments

Comments
 (0)