Reintroduce Sentry for Express (SSR)
<!--- Please read this! The Definition of Ready (DoR) can be found at https://developers.minds.com/docs/handbook/how-we-work/#definition-of-ready-dor Before opening a new issue, make sure to search for keywords in the issues filtered by the "Type::Feature" label and verify the feature you're about to submit isn't a duplicate. ---> ## Goal For Angular 16 Sentry has been removed from the SSR app due to ongoing issues in the latest Sentry release * https://github.com/getsentry/sentry-javascript/issues/12105 * https://github.com/getsentry/sentry-javascript/issues/12056 * https://github.com/getsentry/sentry-javascript/issues/12242 ``` NODE_OPTIONS=--max_old_space_size=9086 npm run build:ssr --source-map=true && npm run serve:ssr ``` ## What needs to be done Reintroduce Sentry for Express (for Angular SSR) - Do we want profiling? ## Acceptance Criteria - [ ] Issues are logged in Sentry from express server - can use test endpoint. ## QA See AC. ## UX/Design N/A ## Mobile - [ ] Is Mobile Required? ## Personas Developers. ## Experiments N/A ## Definition of Ready Checklist - [x] Definition Of Done (DoD) - [x] Acceptance criteria - [x] Weighted - [x] QA - [x] UX/Design - [x] Personas - [x] Experiments
issue