-
-
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
[Android][ReleaseApk] Task :app:bundleReleaseJsAndAssets_SentryUpload FAILED #641
Comments
I'm having the same issue, could someone please tell us a solution? |
I found a reason, but not sure how to solve it:
As I understood,
Where: def jsPackagerSourceMapFile = file("$jsSourceMapsDir/${bundleAssetName}.packager.map")
def jsOutputSourceMapFile = file("$jsBundleDir/${bundleAssetName}.map")
The only way that I see at the moment - remove following line from your
And upload it manually aas described in https://docs.sentry.io/clients/react-native/sourcemaps/ |
I've got this after splitting my index file, from |
Any other idea than upload it manually ? I don't want to do that :/ |
ah now this is happening to me to |
Any update on this? |
As @radik said, the following code is the problem.
I checked that the above code was deleted from the react-native version of 0.60.4 and was able to build normally after posting the reactive version. No other configuration changes are required when upgrading from 0.60.3 to 0.60.4. :-) |
Please consider upgrading to |
@HazAT I'm experiencing this issue at the moment using 1.3.0? Should I manually upload the files till this is fixed? |
@shpetimselaci Are you experiencing exactly this issue? |
I have the same issue on 1.3.1 |
Please post your complete log with |
|
the |
the same issue #772 |
same issue here |
same issue |
Same issue here using version 1.6.3 |
I was with this bug and I don't was remembering but I was changed the org on the Sentry and on my sentry.properties it was outdated and when I update it fixed the bug |
It's work on iOS and Android Debug version but I can generate Release apk.
I got this error:
I have these following error:
`
I try different cli.executable path in sentry.properties but no succes
EDIT:
actually on iOS I got this message:
`
react 16.8.6
react-native 0.60.3
sentry-cli 1.47.1
react-native-sentry "^0.43.2",
The text was updated successfully, but these errors were encountered: