I use slack, each app has its own channel, my apps send me any info Configured to their channels
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…
I use slack, each app has its own channel, my apps send me any info Configured to their channels
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…