Ghost/core/frontend
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
..
apps Updated password protection page layout 2022-03-09 14:34:47 +00:00
helpers Updated content cta helper to use new tiers helper 2022-03-04 18:22:59 +05:30
meta 🐛 Fixed AssetHelper not working with svg (#13978) 2022-02-07 15:07:18 +00:00
public Fixed minified CSS not reflecting latest changes 2022-03-17 14:47:21 +00:00
services 🐛 Fixed post access in the get helper (#14282) 2022-03-17 11:14:29 +01:00
src/cards Applied default box sizing to all cards 2021-12-17 15:28:35 +01:00
views Updated unsubscribe page 2022-03-10 10:39:20 +00:00
web Fixed theme error handler (#14363) 2022-03-22 15:32:55 +00:00