SourceMap works not working in app-center build when source map uploaded to correct dist and release both Android & iOS
See original GitHub issueOS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native
(>= 1.0.0) -
react-native-sentry
(<= 0.43.2)
SDK version: 3.4.3
react-native
version: 0.64.2
Are you using Expo?
- Yes
- No
Are you using sentry.io or on-premise?
- sentry.io (SaaS)
- on-premise
If you are using sentry.io, please post a link to your issue so we can take a look:
[Link to issue]
Configuration:
(@sentry/react-native
)
Sentry.init({
dsn: 'https://...@sentry.io/...'
});
I have following issue:
I Have issues in sourcemap for the builds from appcenter is not working as expected. The same works good in local build system in both Android and Ios
Steps to reproduce:
- Archive the iOS locally, and /gradlew assembleRelease for android sourcemap errors were working as expected
- The same done through the appcenterr is not mapping as expected
Actual result:
Source Maps should be working
Expected result:
Not working in app-center build, but works in local builds
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Sourcemap doesn't work · Issue #235 · getsentry/sentry-react ...
At release tab I see that sourcemaps are uploaded with names ~/main.jsbundle and ~/main.jsbundle.map , not "app:///main.jsbundle".
Read more >Troubleshooting Source Maps for JavaScript
For uploaded source maps to be located and applied, the release needs to be created by the CLI or API (and the correct...
Read more >Sentry React-Native with CodePush not using source maps
I'm using CodePush to upload my app and I want Sentry to handle my errors since the appcenter diagnostics are not very good....
Read more >React Native Crash Reporting and Error Tracking
Set up Error Tracking for your React Native projects. ... Manually uploading your source maps on every release build takes time and is...
Read more >Source map support for JavaScript error analysis - Dynatrace
Learn how source maps make it easy to analyze, reproduce, and fix JavaScript errors.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ARIPRASATH4664 ok, should we close it then?
@marandaneto I am uploading the source map manually, after the package update I was able to see some right details of the error