I’m trying to migrate a managed expo app from Expo Classic build to EAS. After doing all the changes mentioned on the Migration to EAS Page, I still got an error while trying to build with `eas build -p android`
The error was
> Task :app:bundleReleaseJsAndAssets_SentryUpload_24 FAILED
[stderr] error: project not found
Well, the error seems to be very correct š I renamed the project some time ago but the build succeeded in the classic mode. (No wonder why the source maps were not being uploaded!)
TL; DR: Double check your app.json > expo > hooks > postPublish
and make sure you have the correct project name : )