Discussing Shopify Functions development, deployment, and usage in Shopify apps.
How do we possibly view the logs for my dev store for a live Shopify function? The extension dashboard currently only show logs for prod stores and I could not filter by store name for the logs. I am not sure if dev store logs are completely not shown, or it is just impossible to find because we have thousands of logs coming in every seconds. This makes it incredibly hard to test new feature additions to existing functions.
We had to rely on another un-published Shopify function to verify some hypothesis.