Ghost/ghost/core/test
Hannah Wolfe 62cd52ff98 Improved Sentry server side error reporting
refs: https://github.com/TryGhost/Team/issues/1121
refs: 54574025e0

- The previous change to fall back to a generic error on the server side is resulting in lots of much less useful Sentry reports
- For unexpected errors, change what's sent to Sentry back to context
- This is done by adding a specific code, so we don't have to match on a string that might change
- Also add the error type, id, code & statusCode as tags to the events - these are searchable structured data
- Adding code as a tag also makes it possible to find all errors that showed the generic message
2022-11-23 12:37:24 +00:00
..
e2e-api Added member API for removing email from suppression list (#15867) 2022-11-23 14:41:00 +04:00
e2e-browser Added browser-based testing framework 2022-11-22 14:12:34 +00:00
e2e-frontend Fixed validation for Members API newsletters endpoint 2022-11-07 17:18:36 +07:00
e2e-server Added email service package (#15849) 2022-11-21 10:29:53 +01:00
e2e-webhooks Reduced default post relations (#15798) 2022-11-15 10:17:26 +01:00
integration Added email service package (#15849) 2022-11-21 10:29:53 +01:00
regression Added email service package (#15849) 2022-11-21 10:29:53 +01:00
unit Improved Sentry server side error reporting 2022-11-23 12:37:24 +00:00
utils Removed getCreatedEvents and added verification trigger test (#15832) 2022-11-18 15:05:15 +01:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00