Ghost/core
Sam Lord de3a45a805
Fixed theme error handler (#14363)
no issue

Prevents errors from being uploaded to Sentry when a 404 happens in Ghost Admin. At the moment, 404s in Ghost Admin create an ENOENT error in express' static library. Our generic 404 handler at the end will only intercept requests that don't have any errors in the context, so a simple middleware can strip out 404 errors just before we add in our own.

The Ghost-specific error that we attach to requests does not get uploaded to Sentry :)
2022-03-22 15:32:55 +00:00
..
client@ed7f116817 Updated Admin to v4.41.0 2022-03-21 11:38:12 +00:00
frontend Fixed theme error handler (#14363) 2022-03-22 15:32:55 +00:00
server Fixed theme error handler (#14363) 2022-03-22 15:32:55 +00:00
shared Added dashboardV5 feature flag 2022-03-21 16:56:34 +01:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added handler for unhandled rejections 2022-02-18 10:35:36 +01:00
bridge.js 💡 Pinned frontend API version to canary 2022-02-17 17:55:55 +00:00