-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: errors on ses #596
fix: errors on ses #596
Conversation
…zeCore fixes the issue
|
||
- Error.prepareStackTrace = undefined; | ||
+ // XXX: SES blocks this, it shouldn't. This will cause us to have less information on dev logs. | ||
+ // We should remove this comment after this is fixed on SES side. |
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.
question: Do we have an issue we can track for this on SES repos?
Just in case this is forgotten for a while, the developer that eventually picks it up can immediately check some resource to understand if it's safe to remove this patch already.
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.
Apparently it was fixed:
endojs/endo#251
But stills throws an error here.
I'll open a KTLO to investigate this deeper
But since this only fails in dev
, I'll continue with the merge
4c95a93
to
e9a0644
Compare
fa3ed71
to
a1b0385
Compare
a1b0385
to
04fc5d6
Compare
Acceptance Criteria
react-native-mmkv
blocking execution.Security Checklist