Ghost/core/frontend/web
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
..
middleware Fixed theme error handler (#14363) 2022-03-22 15:32:55 +00:00
index.js Renamed frontend/web/app to site 2021-10-21 19:54:50 +01:00
routes.js Removed unuseful comment 2021-11-13 01:01:28 +13:00
site.js Added the last_seen_at update on member page view 2022-03-02 13:58:26 +01:00