Hi there,
I just wanted to know if it was possible to catch an event (using either cloud functions or streams) and send the logs to a locally served API.
I didn’t see any information regarding that in the docs.
My goal is just to set up a proper dev environment, and since cloud functions are running on a remote server, I can’t send a request to localhost.
Is there any solution/workaround?