What are you using to detect issues to trigger the Slack notifications? Or is it just coded directly into your applications/site?
Hard coded. I use golang so I need to deal with errors anyways, so I have a function sends them to me
Here's the code: github.com/adamleo/commonUtil…
What are you using to detect issues to trigger the Slack notifications? Or is it just coded directly into your applications/site?
Hard coded. I use golang so I need to deal with errors anyways, so I have a function sends them to me
Here's the code: github.com/adamleo/commonUtil…