-
-
Notifications
You must be signed in to change notification settings - Fork 354
Closed
getsentry/sentry-docs
#11478Description
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:
Expected result:
Source map should be there
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status