Ghost/ghost/core
Simon Backx b14e234576
🐛 Reverted Sentry to v7.11.1 to fix unhandled promise rejection crashes (#15998)
refs https://github.com/TryGhost/Team/issues/2370

Due to a possible bug in either `@sentry/node` (mainly the Express
middlewares and the usage of deprectated Domain) and Node v16+,
unhandled promise rejections are transformed into uncaught exceptions
and cause Ghost to crash in unexpected situations.

Reverting to `v7.11.1` fixes this (but definitely not ideal at all)
because errors are caught in the Express middleware.

Reproduction repo:
https://github.com/SimonBackx/sentry-node-unhandled-rejection-crash
2022-12-13 15:53:27 +01:00
..
content 🎨 Updated Casper to v5.4.1 2022-11-18 15:00:49 +00:00
core 🐛 Fixed email header images serving original image size (#15950) 2022-12-09 11:17:22 +01:00
test Fixed portal comp upgrade playwright tests (#15977) 2022-12-09 19:19:13 +05:30
.c8rc.e2e.json Removed db schema config from e2e test coverage 2022-11-30 17:08:47 +07:00
.c8rc.json Added "testmode" app to coverage ignore list 2022-11-30 16:45:22 +07:00
.eslintignore Updated .eslintignore list for core 2022-10-10 15:12:52 +07:00
.eslintrc.js Updated Eslint ECMAScript compatibility to 2022 2022-08-09 15:51:40 +02:00
.gitignore Added CI for running Playwright tests 2022-12-02 17:04:04 +00:00
.npmignore Updated .npmignore with new files 2022-11-30 12:40:47 +07:00
config.development.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
ghost.js Added browser-based testing framework 2022-11-22 14:12:34 +00:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
jsconfig.json Deleted reference to core/admin 2022-08-03 16:28:41 +02:00
loggingrc.js Switched to original version for metrics 2022-08-04 19:22:57 +02:00
MigratorConfig.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
package.json 🐛 Reverted Sentry to v7.11.1 to fix unhandled promise rejection crashes (#15998) 2022-12-13 15:53:27 +01:00
playwright.config.js Fixed local environment for playwright tests 2022-12-07 09:44:05 +07:00