-
-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native
-
react-native-sentry
react-native
version: 1.2.1
Init Code:
Sentry.init({
dsn: __DEV__ ? Env.DEV_SENTRY_ENDPOINT : Env.SENTRY_ENDPOINT,
environment: "production",
loglevel: LogLevel.Debug,
attachStacktrace: true,
// debug: true,
// attachStacktrace: false
// deactivateStacktraceMerging
})
I have following issue:
When error will be thrown on application (in Simulator or Device) I will see "Source code was not found" error in Sentry panel.
I see that script "Upload Debug Symbols to Sentry" was runned on production build
Steps to reproduce:
throw new Error("Test-1")
Actual result:
There was 1 error encountered while processing this event
Source code was not found Expand
Expected result:
- No errors in Sentry panel
LcsGrz and kfiggins
Metadata
Metadata
Assignees
Labels
No labels