mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
b14e234576
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 |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json | ||
playwright.config.js |