MozillaFoundation / donate-wagtail

[Legacy] - Wagtail based donation stack
Mozilla Public License 2.0
43 stars 22 forks source link

Migrate to SaaS Sentry - donate.mozilla.org #1659

Closed tbrlpld closed 2 years ago

tbrlpld commented 2 years ago

Update this with learnings from https://app.zenhub.com/workspaces/mofo-engagement-585335eab729771d0736378d/issues/mozilla/foundation.mozilla.org/8806

tbrlpld commented 2 years ago

cc @cdanfon

jencohoon commented 2 years ago

Wiki page to guide SaaS Sentry migration

Actions taken:

  1. DONE: Created new donate-mozilla-org project within SaaS Sentry (at sentry.io)
  2. DONE updated the sentry DSN keys on staging with the new keys from the SaaS Sentry project in Heroku.
  3. DONE: Able to verify that python errors were reaching the new donate-mozilla-org project in SaaS Sentry. We were unable to verify if Javascript errors were reaching the new SaaS Sentry - as neither @danielfmiranda @mtdenton or myself were able to generate a javascript error on the donation site.
  4. DONE: updated the sentry DSN keys on production with the new keys from SaaS Sentry in Heroku
  5. DONE: verified production errors were reaching SaaS Sentry.
  6. reviewed Sentry references in this repo donate-wagtail and determined that references in - donate/settings/defaults.py    - needed to be updated 'https://sentry.prod.mozaws.net' -> 'https://*.sentry.io'

@danielfmiranda to take on the action item of updating the Sentry references (6. above)

jencohoon commented 2 years ago

Hosted sentry shows 0 events so I think we are migrated.

Screen Shot 2022-09-01 at 3 50 51 PM