verida / verida-js

The Verida SDK provides several SDKs to interact with the Verida Network
https://developers.verida.network
ISC License
1.31k stars 37 forks source link

vda-did-resolver swallows exceptions without logging #356

Open nick-verida opened 1 year ago

nick-verida commented 1 year ago

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.

aurelticot commented 1 year ago

See #138 for a broader discussion about logging.

aurelticot commented 1 year ago

See #357 for a boarder discussion on error handling