-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:app:bundleReleaseJsAndAssets_SentryUpload FAILED #671
Comments
I'm running into the same issue, here's the Sentry error:
Deleting |
@StefanDorresteijn Hey i tried your solution there. But it did not fix my issue yet. I think my sourcemaps are not generating. |
make sure your name flavor is well written. there must be these files |
actually i found my problem. My project is using a monorepo where it has a web project and my mobile project. They both use Sentry so when i install |
@z3us94 Can you give us an example of where to put |
Package.json in added. But i keep gettings erros.
|
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
react-native
version: 0.59.10Init Code:
I have following issue:
when i run
./gradlew bundleRelease
i get this error> Task :app:bundleReleaseJsAndAssets_SentryUpload FAILED
which im not sure why that occurs because other than that i dont get any error message.Description goes here ...
I have followed the manual configuration as this document says. https://docs.sentry.io/platforms/react-native/manual-setup/ and i have checked the token that my organization has. And no i did not change my project name or anything after initializing this in the app.
I was able to get one step ahead from this comment here.
#578 (comment)
and i do use nvm and i dont see any problems with node not found or anything. And i have attached the debug log when trying to build the app. And im using
"@sentry/react-native": "^1.0.6"
And i found this solution here #641 (comment) as well. Could this be the issue ?
Debug log
Expected result:
The text was updated successfully, but these errors were encountered: