Tag
#deploys
6 workflows tagged #deploys.
- debugging 3 minutes · beginner
Investigate errors after the latest deploy
Review cases first seen after a trusted deploy, distinguish SHA attribution from timing correlation, and inspect the highest-impact evidence before proposing a fix.
#errors#post-deploy#oncall#regression - ops 10 minutes · intermediate
Review release health after a deploy
Assemble trusted deploy, error-case, and product-event evidence into a human release review without collapsing unlike signals into a misleading score.
#analytics#errors#releases#oncall - growth 5 minutes · intermediate
Track SDK adoption after release
Measure whether developers upgrade to a new customer-facing SDK version after launch and which accounts remain behind.
#analytics#sdk#releases#devtools - 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