This will log all errors to the console, to help with debugging. The only exception are unauthorized errors.
In the future, we might want to only log certain errors, but since this depends on detecting whether something is an object, and that object has the right shape, this might become a bit tricky. (Since there is no builtin way to detect objects in JS)
Fixes #962
This will log all errors to the console, to help with debugging. The only exception are
unauthorized
errors.In the future, we might want to only log certain errors, but since this depends on detecting whether something is an object, and that object has the right shape, this might become a bit tricky. (Since there is no builtin way to detect objects in JS)