You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./gradlew assembleRelease under the android folder.
Actual result:
The compilation fails and the sourcemap isn't uploaded to Sentry.
Expected result:
The compilation to succeed and the sourcemap to be uploaded to Sentry.
I beleive this is because the sourcemap is too big, at around 66MB. Is there a way to reduce it? The actual JS bundle is only 2.5MB, so I assume it's because of the sourcemaps of the libraries? Is there any way I can generate a sourcemap without them?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
(Posting the output of
yarn list --depth=0
sinceyarn
is used for this project.)Config:
I have following issue:
Generating a release build for Android fails (I haven't tried iOS) as the sourcemaps can't be uploaded.
Trying to upload them manually also fails:
Steps to reproduce:
./gradlew assembleRelease
under theandroid
folder.Actual result:
Expected result:
I beleive this is because the sourcemap is too big, at around 66MB. Is there a way to reduce it? The actual JS bundle is only 2.5MB, so I assume it's because of the sourcemaps of the libraries? Is there any way I can generate a sourcemap without them?
Thanks in advance.
The text was updated successfully, but these errors were encountered: