Skip to content

chore(sentry): update sentry DSN to mozilla sentry space#1273

Merged
jpetto merged 1 commit into
mainfrom
SHIPIT-0324-update-sentry-dsn
Mar 24, 2026
Merged

chore(sentry): update sentry DSN to mozilla sentry space#1273
jpetto merged 1 commit into
mainfrom
SHIPIT-0324-update-sentry-dsn

Conversation

@jpetto
Copy link
Copy Markdown
Collaborator

@jpetto jpetto commented Mar 24, 2026

Goal

updates sentry DSN to mozilla space.

Reference

Tickets:

@jpetto jpetto requested a review from a team as a code owner March 24, 2026 14:49
@claude
Copy link
Copy Markdown

claude Bot commented Mar 24, 2026

Claude finished @jpetto's task in 22s —— View job


PR Review

  • Gather context and read changed files
  • Analyze changes
  • Post review

Summary

This is a straightforward one-line config change updating the Sentry DSN from the old organization (o28549) to the new Mozilla Sentry space (o1069899).

src/config/index.ts

-  'https://cab6b9b6144345ac8b5c045d0c51834c@o28549.ingest.sentry.io/5726568',
+  'https://6331b9a9a35f79b18484e59eb9e33517@o1069899.ingest.us.sentry.io/4510959176318976',

The change looks correct:

  • Old DSN points to o28549.ingest.sentry.io (legacy org)
  • New DSN points to o1069899.ingest.us.sentry.io (Mozilla Sentry space, US region)
  • The existing comment //Not a secret since the app is client side still applies — Sentry DSNs are intentionally public

No issues found. This is a safe, isolated config update. ✅

@jpetto jpetto merged commit a34cae0 into main Mar 24, 2026
7 checks passed
@jpetto jpetto deleted the SHIPIT-0324-update-sentry-dsn branch March 24, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants