passportxyz / passport

Passport allows users to prove their identity through a secure, decentralized UI
Other
989 stars 459 forks source link

Properly catching & alerting for moralis errors #2252

Closed nutrina closed 8 months ago

nutrina commented 8 months ago

User Story

Moralis error are caught but they are reported as Redis errors (causing confusing when devs get the PD call). Fix the error reporting, and create a separate alarm for Moralis issues.

Acceptance criteria

GIVEN I am a on-duty Passport dev WHEN an error occurs while getting prices from the Moralis API THEN I want this to be reported as a "Moralis Error" in PD (and not as a Redis error)

Tech Details

nutrina commented 8 months ago

Waiting for review