Skip to content

Add note to docs: Source Maps are not uploaded for dev/debug builds #3743

@reizhafajrian

Description

@reizhafajrian

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: 0.0.0

react-native version: 0.0.0

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:

(app.json)

"plugins": [
      [
        "@sentry/react-native/expo",
        {
          "url": "https://sentry.io/",
          "project": "example-5",
          "organization": "example"
        }
      ]
    ],

(@sentry/react-native)

Sentry.init({
  dsn: "mydsn",
  tracesSampleRate: 1.0,
});

//app.js code
export default Sentry.wrap(App);

(metro.config.js)

const { getSentryExpoConfig } = require('@sentry/react-native/metro');

const config = getSentryExpoConfig(__dirname);

module.exports = config;

I have the following issue:

[Description]

Steps to reproduce:

  • following setup like sentry docs with expo
  • build the app with eas

Actual result:

image

Expected result:

Source map should be there

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Done

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions