Ghost/ghost/core
Daniel Lockyer f276abf9e8 Condensed logic for determining whether to send Sentry events
refs https://docs.sentry.io/platforms/javascript/configuration/filtering/#using--1%20

- this simplifies our logic to determine whether we should send events
  by moving the code to `beforeSend`
- `errorHandler` is going away in Sentry v8 so this results in a shorter
  diff in the future
- the logic should be the same, always send non-Ghost errors, and only
  send HTTP 500 Ghost errors
2024-05-08 14:25:00 +02:00
..
content 🎨 Updated Source to v1.2.2 2024-04-15 01:06:06 +00:00
core Condensed logic for determining whether to send Sentry events 2024-05-08 14:25:00 +02:00
test Fixed handling empty zip file uploads 2024-05-08 11:19:47 +02:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json Update dependency semver to v7.6.1 2024-05-08 09:04:44 +02:00
playwright.config.js