Closed runway-github[bot] closed 1 day ago
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.
Your pull request is modifying functions with the following pre-existing issues:
📄 File: app/util/sentry/tags/index.ts
Function | Unhandled Issue |
---|---|
getTraceTags |
TypeError: Object.values requires that input parameter not be null or undefined e.getTraceT... Event Count: 473 Affected Users: 7.7k |
Did you find this useful? React with a 👍 or 👎
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
75.0% Coverage on New Code
0.0% Duplication on New Code
Description
Fix this: https://metamask.sentry.io/issues/6063420089/events/d1047fbf9e814a6d9fc0c86bf2115f2a/?project=2299799&referrer=previous-event
selectPendingApprovals
may return undefined, and when we doObject.values(undefined)
a error is thrownRelated issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist