EAS Build Fails on :app:bundleReleaseJsAndAssets_SentryUpload FAILED

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 : )

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.