This fix will enable errors which occur due to failed parsing of configs to be reported.
The error message will include the className as well as the exception message
java.lang.RuntimeException: Cannot parse configuration [HipchatConfig]. Make sure its valid JSON version of Avro instance
Expected field name not found: token
at scala.sys.package$.error(package.scala:27)
at com.snowplowanalytics.sauna.SaunaOptions$.parseConfig(SaunaOptions.scala:263)
This fix will enable errors which occur due to failed parsing of configs to be reported.
The error message will include the className as well as the exception message