-
-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Labels
Description
EAS provides some lifecycle hooks: https://docs.expo.dev/build-reference/npm-hooks/
We can use those to monitor what's going on during the build process and send events/logs/metrics/etc related to EAS build statuses.
For example, the hook eas-build-in-error can be used to figure what went wrong during the build process and have it reported to Sentry straight away.