Hi all,
We've setup Error reporting with a slack integration using the Google Cloud Monitoring app.
Because we're using Go most of our messages are sent to Google Cloud logging as text errors using the @type=
Solved! Go to Solution.
Hi @flaky,
Welcome to the Google Cloud Community!
As a temporary workaround, could you please attempt to route error messages from Error Reporting to a Pub/Sub topic, and then set up a Cloud Function that triggers from this topic to forward the messages to your Slack channel?
Additionally, if you find that this issue is greatly impacting your business, you may want to fill out a feature request form. You can find the form here.
I hope this helps. Thank you.
Hi @flaky,
Welcome to the Google Cloud Community!
As a temporary workaround, could you please attempt to route error messages from Error Reporting to a Pub/Sub topic, and then set up a Cloud Function that triggers from this topic to forward the messages to your Slack channel?
Additionally, if you find that this issue is greatly impacting your business, you may want to fill out a feature request form. You can find the form here.
I hope this helps. Thank you.
Hi @lawrencenelson,
I thought I was missing something obvious, but knowing it's not supported out-of-the-box, I feel more confident about setting up our own notifier. The workaround you mentioned should do nicely.
Thank you for the response!