Skip to content

Sourcemap doesn't work #235

@doochik

Description

@doochik

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

Output of node -v && npm -v && npm ls --prod --depth=0

v8.5.0
5.4.2

├── babel-preset-react-native@2.0.1
├── debug@3.0.1
├── lodash@4.17.4
├── moment@2.18.1
├── prop-types@15.5.10
├── react@16.0.0-alpha.12
├── react-native@0.48.3
├── react-native-appmetrica@0.0.1 (git://github.com/doochik/react-native-appmetrica.git#eae1237a98a23671655f300ab429c8f567b57d86)
├── react-native-communications@2.2.1
├── react-native-deprecated-custom-components@0.1.1
├── react-native-device-info@0.11.0
├── react-native-fabric@0.5.0
├── react-native-fabric-crashlytics@0.1.8
├── react-native-fbsdk@0.6.1
├── react-native-google-analytics-bridge@5.2.2
├── react-native-imagepicker@2.0.0
├── react-native-l20n@0.0.8
├── react-native-linear-gradient@2.2.0
├── react-native-pagecontrol@4.0.0
├── react-native-photo-view@1.3.0
├── react-native-sentry@0.23.2
├── react-native-simple-action-sheet-ios@0.0.1
├── react-native-svg@5.4.1
├── react-native-tab-navigator@0.3.4
├── react-native-vkontakte-login@0.1.17
├── react-redux@5.0.6
├── redux@3.7.2
├── redux-logger@3.0.6
├── redux-thunk@2.2.0
└── whatwg-fetch@2.0.3

Config:

// I use default config
Sentry.config('https://...@sentry.io/...', {}).install()

I have following issue:

Sentry doesn't expand error stacktrace and I see processing error "Source code was not found for app:///main.jsbundle".

At release tab I see that sourcemaps are uploaded with names ~/main.jsbundle and ~/main.jsbundle.map, not "app:///main.jsbundle".

Is this bug or I've missed something in Sentry config?

I use Sentry 8.19.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions