Catch events and send logs to local server

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?

you can use ngrok for that, it will create a proxy url that you can use as a public url that will redirect the traffic to your local server

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.