Closed isaacroldan closed 1 week ago
We detected some changes at packages/*/src and there are no updates in the .changeset. If the changes are user-facing, run "pnpm changeset add" to track your changes and include them in the next release CHANGELOG.
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 72.08% (-0.04% 🔻) |
8364/11603 |
🟡 | Branches | 68.56% (-0.01% 🔻) |
4054/5913 |
🟡 | Functions | 71.38% (-0.09% 🔻) |
2195/3075 |
🟡 | Lines | 72.45% (-0.03% 🔻) |
7908/10915 |
1894 tests passing in 866 suites.
Report generated by 🧪jest coverage report action from 0016847eec47c07950a3fd810863ca080e9315b5
WHY are these changes introduced?
Dev session wasn't processing 401 errors, which means it wasn't refreshing tokens and the session crashed once the token expires.
Fixes https://github.com/Shopify/develop-app-inner-loop/issues/2295
WHAT is this pull request doing?
uncaughtException
to render fatal errors. Some errors thrown inside some contexts aren't caught by the main error handler and are instead processed by theuncaughtException
handler. It now knows how to render fatal errors.dev-session
.How to test your changes?
dev
Post-release steps
Measuring impact
How do we know this change was effective? Please choose one:
Checklist