Is there a way to see the console logs of a function on objects from the frontend where this function is triggered? Ie in browser inspect console tab?
Reason I’m asking is that my function in the live preview has a timeout limit of 60s, while the published function has the limit of 300s. We’d like to evaluate what’s happening outside of the 60s mark, which currently we don’t see in live preview.