Closed john1jan closed 4 years ago
Hi @john1jan
I assume you've already seen our response on the related support ticket you raised.
It looks as though you've enabled RAM bundles in React Native: https://facebook.github.io/react-native/docs/performance#ram-bundles-inline-requires
You can see this as your unmapped stacktraces are showing e.g. 2647.js
rather than index.android.bundle
.
These are supported by Bugsnag but you'll need to follow the latest instructions here: https://docs.bugsnag.com/platforms/react-native/react-native/showing-full-stacktraces/#generating-source-maps
It's essential that you use the react-native ram-bundle
command instead of react-native bundle
when generating the source map, and that you upload to the newer https://upload.bugsnag.com/react-native-source-map
API end-point.
Thanks it worked, after ram-bundle
Description
Source mapping failed: A source map could not be applied Hide Details A source map was found but could not be applied because it doesn't match the code. Ensure that the source map is correctly generated and matches the version of your code. (Note that events are not reprocessed after source maps are uploaded.)
Getting this issue even after uploaded valid source map
Issue
Environment
Library versions:
Example code snippet
Build command
Upload source map using bugsnag react native plugin
We are not using codepush and i am setting app version in codeBundleId.