Open nick-verida opened 1 year ago
Currently vda-did-resolver swallows exception traces without logging or passing useful information.
vda-did-resolver
This makes debugging production errors impossible - we know it failed but have no visibility into why.
See #138 for a broader discussion about logging.
See #357 for a boarder discussion on error handling
Currently
vda-did-resolver
swallows exception traces without logging or passing useful information.This makes debugging production errors impossible - we know it failed but have no visibility into why.