Hello , My company has a TEAMS channel ,non public. I need to send error reporting logs to TEAMS
BUT it is difficult to integrate a non public TEAMS channel with GCP,i had to use a pubsub/cloud-function solution such as https://github.com/foward/gcp-monitoring-to-msteams. I managed to send the alerts to my pubsub notification channel (then to TEAMS)
but how to send the , error reporting logs to TEAMS using my pubsub solution, as error reporting does not support pubsub notification channel ?