sensu / sensu-slack-handler

The Sensu Go Slack handler for notifying a channel.
https://sensu.io
MIT License
3 stars 26 forks source link

provide better error messages concerning bad webhook url #40

Open jspaleta opened 3 years ago

jspaleta commented 3 years ago

The slack golang client package throws some pretty hard to fathom error messages if your webhook url has a typo in.

Let's see if we can wrap that message with some helpful words to make it clearly that the errors might be from the webhook, and not something wrong with other handler argument parsing.