Binding conversion function error handling

Hello,

is there any way to customize the error handling in the conversion function of bindings? Currently the errors are logged to the console. Can I somehow define a global setting to catch these errors before they are logged to the console and redirect them somewhere else? Don’t want to put a try catch block in every binding conversion function.

Maybe redefine console.log?