Bug: Plaid INVALID_PRODUCT
errors should not be sent to Sentry
#1782
Labels
Hosted only
Hosted app only
3️⃣ Low priority
Contributions accepted, but Maybe team will not be working on this in the near term
Currently, we should be protecting against
INVALID_PRODUCT
errors in Plaid via this line:maybe/app/models/plaid_item.rb
Lines 126 to 133 in 550991e
That said, there are still errors coming through our Sentry instance indicating that either this is not handling all cases, or we're making an API call elsewhere in the code without proxying through the
safe_fetch
method.The text was updated successfully, but these errors were encountered: