Automating Sentry sourcemap uploads after EAS Update

Hi there,

Trying to figure the best way to automate pushing source maps after running an EAS Update. Currently using Github Actions to do updates, for getting the bundle Id, version, etc, is there a CLI tool we can use to access these? I was using eas config but the output is difficult to parse since it has non json headers and the eas.json info included as well.

Did you manage to sort this? I’m doing it manually at the moment and it is quite involved and error prone. It was quite a shock how painful it was in the new eas world compared with the old expo update!