Tag
#post-deploy
5 recipes tagged #post-deploy.
- debugging 30 seconds · beginner
Find what broke after your last deploy
Diff error fingerprints before and after the latest deploy SHA. Surface regressions in 30 seconds, including a candidate fix.
#errors#deploys#oncall#regression - debugging 2 minutes · intermediate
Track static-asset 404s per release
Group asset 404s by URL and deploy SHA. Catch stale CDN caches and missing hashed bundles before users see a blank page.
#errors#cdn#release#deploys - debugging 1 minute · intermediate
Diagnose CORS errors after a deploy
Find CORS-blocked requests grouped by origin and endpoint. Surface the misconfigured Access-Control-Allow-Origin from a recent service move.
#errors#cors#deploys#infra - debugging 30 seconds · beginner
Find what broke after the last npm update
Tie new error fingerprints to the deploy that bumped dependencies. Spot the silent regression nobody intended to ship.
#errors#regression#dependencies#deploys - ops 5 minutes · intermediate
Watch staging — page only on genuinely new errors
Set up a scheduled Routine that diffs error fingerprints each hour and only pages oncall when a genuinely new failure mode appears.
#errors#oncall#webhooks#automation