Open sentry-io[bot] opened 1 month ago
Sentry Issue: METAMASK-XC3K
It looks like we should be anticipating this error, and catching it in each place getAssetDetails
is called.
It's a little unclear to me whether it makes sense to catch and log this error with getAssetDetails
, or at each calcite (does the caller need to know if it failed, or can we supply a default return?). But we should probably be catching this somewhere.
Unless it's unexpected for this to ever be called for an "unrecognized asset". Which might be true, but I didn't think that was the case.
Sentry Issue: METAMASK-XC3A