-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat: add sentry error logging to account syncing erroneous situations #29692
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
@metamaskbot update-policies |
Policies updated. 🧠 Learn how: https://lavamoat.github.io/guides/policy-diff/#what-to-look-for-when-reviewing-a-policy-diff |
Builds ready [aa68dd4]
Page Load Metrics (1784 ± 59 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
@@ -830,7 +830,7 @@ | |||
"@metamask/keyring-controller>@metamask/eth-sig-util>@metamask/abi-utils": { | |||
"packages": { | |||
"@metamask/utils>@metamask/superstruct": true, | |||
"@metamask/keyring-controller>@metamask/eth-sig-util>@metamask/abi-utils>@metamask/utils": true | |||
"@metamask/keyring-controller>@metamask/utils": true |
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.
I don't see any changes here, seems to be a lavamoat policy re-ordering.
"@metamask/profile-sync-controller>@metamask/keyring-api": { | ||
"packages": { | ||
"@metamask/keyring-api>@metamask/keyring-utils": true, | ||
"@metamask/utils>@metamask/superstruct": true, | ||
"@metamask/profile-sync-controller>@metamask/keyring-api>@metamask/utils": true, | ||
"@metamask/keyring-api>bech32": true | ||
} | ||
}, |
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.
The new version of this controller updates the keyring API (v 13.0.0), which includes these underlying changes.
"@metamask/keyring-api": "npm:^12.0.0" | ||
"@metamask/keyring-controller": "npm:^19.0.2" | ||
"@metamask/base-controller": "npm:^7.1.1" | ||
"@metamask/keyring-api": "npm:^13.0.0" |
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.
bump of keyring API has prompted an update to the lavamoat policies.
Description
This PR adds Sentry logging for all account syncing erroneous situations calls. It also attaches context so we know more about these situations.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist