OK, I know it's an expected and documented behavior. The problem is Error Reporting can only send notifications to email or Google Console Mobile App, but I need that to be sent to a slack channel, that can be done via Pub/Sub or webhook.
The question is: How do you guys have addressed this Error Reporting limitation? How can we send notifications to a Pub/Sub or webhook in order to send it to a slack channel?
Solved! Go to Solution.
Hello,
Our integration with Slack and Webhooks has now been launched. Please see the link below for details
https://cloud.google.com/error-reporting/docs/notifications
We look forward to your feedback.
Thanks
Hello,
Thank you for reaching out. There is currently no way to send notifications in the way you described from the Error Reporting product.
We are aware of this gap and are actively working on features that address it. I am happy to reach out to you once these features launch in the coming weeks.
Thank you
Hi @Eyamba
Got it. Thank you for letting me know
Hello,
Our integration with Slack and Webhooks has now been launched. Please see the link below for details
https://cloud.google.com/error-reporting/docs/notifications
We look forward to your feedback.
Thanks
Just to confirm, just webhooks, right? Aren't Pub/sub channels currently available?
@jaimescose , that's correct. Pub/Sub isn't available for Error Reporting. You might create a webhook to send it to a Pub/Sub channel
Is there plans to make pub/sub available? While webhooks still works, pub/sub are a better choice for us because of the JWT authenticated message.