v2.3.0
Added an option (emitAxiosErrors
) to enable or disable emitting errors if Axios throws an error. Previously, if Axios returned an error for any reason, this would emit an error, which if unhandled would be treated as an unhandled exception. This includes potentially transient issues, such as if Slack would return an error for any reason, including API outages or 429 Too Many Requests
errors. This option requires the user to explicitly opt into this behavior, and is false
by default. This closes #24. Thanks @jbojbo for bringing this to my attention!
This also updates dependencies to the latest version. Unlike v2.2.0 and v2.2.1, I've double checked that this actually works correctly this time.