sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #07034
[Merge] ~petermakowski/maas-site-manager:error-handling-MAASENG-1389 into maas-site-manager:main
The proposal to merge ~petermakowski/maas-site-manager:error-handling-MAASENG-1389 into maas-site-manager:main has been updated.
Description changed to:
QA Steps
- run the site locally
- open developer tools
- verify that the environment (development), version number and git hash are logged into the console
- add a the following lines to main.tsx:
setTimeout(() => {
throw new Error("sentry error")
}, 3000);
- open developer tools and go to network tab
- refresh the page
- verify that an error request has been initiated with the correct data (insluding relative url, e.g. "/sites" as the url tag parameter)
run yarn upgrade-all
and ensure that @sentry/browser version remained unchanged
verify that maas site manager instance is setup and you can access it: https://sentry.is.canonical.com/canonical/maas-site-manager/
For more details, see:
https://code.launchpad.net/~petermakowski/maas-site-manager/+git/site-manager/+merge/441092
--
Your team MAAS Committers is requested to review the proposed merge of ~petermakowski/maas-site-manager:error-handling-MAASENG-1389 into maas-site-manager:main.
References