-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve dev-session retry and error report #5226
Improve dev-session retry and error report #5226
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
We detected some changes at packages/*/src and there are no updates in the .changeset. |
Coverage report
Show files with reduced coverage 🔻
Test suite run success2004 tests passing in 905 suites. Report generated by 🧪jest coverage report action from 3388086 |
1be8b64
to
3388086
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if I'm understanding the session handling or maybe something is not working as expected. But if I break the token, I'm getting the session expired
error. Shouldn't it start the login flow?
WHY are these changes introduced?
Improves error handling and token refresh mechanisms in the dev session flow.
WHAT is this pull request doing?
How to test your changes?
Measuring impact
Checklist