Skip to content

Added a SetErrorHandler method on the CloudWatchWriter to allow user defined error handling

Compare
Choose a tag to compare
@mec07 mec07 released this 19 Sep 09:47
· 2 commits to master since this release
5c55755
Add SetErrorHandler for user defined error handling (#11)

* Add SetErrorHandler for user defined error handling

* Make the tests more robust

* Update the github action

* Remove check of error being nil as it's unnecessary

* Make tests even more robust

* Make tests even more robust as race can really mess with them