DogStatsdService.Configure now takes an optional exception handler which is called when an error occurs. Previously, exceptions were logged using Debug.WriteLine. In addition, DogStatsdService.Configure doesn't throw an exception when an error occurs but returns false and the error is reported to the error handler.
DogStatsdService.Configure
now takes an optional exception handler which is called when an error occurs. Previously, exceptions were logged usingDebug.WriteLine
. In addition,DogStatsdService.Configure
doesn't throw an exception when an error occurs but returns false and the error is reported to the error handler.Note: This an API breaking changes.