question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SourceMap works not working in app-center build when source map uploaded to correct dist and release both Android & iOS

See original GitHub issue

OS:

  • 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:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
marandanetocommented, Sep 6, 2022

@ARIPRASATH4664 ok, should we close it then?

0reactions
ARIPRASATH4664commented, Sep 6, 2022

@marandaneto I am uploading the source map manually, after the package update I was able to see some right details of the error

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found