Skip to content

Source code was not found #750

@indapublic

Description

@indapublic

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

image

Expected result:

  • No errors in Sentry panel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions