Tag
#deploys
4 recipes tagged #deploys.
- 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#post-deploy#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#frontend - 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#post-deploy#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#post-deploy