-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS, XCode] Sourcemap is not being uploaded #4374
Comments
Hi @ignaciosantise, the Could you check the stdout of the build stage and share it with us? |
@krystofwoldrich sure, sharing Bundle React Native and Upload debug symbols to sentry steps Bundle React Native code and image
Upload debug symbols to Sentry
|
@ignaciosantise thanks for sharing, we'll investigate this. please note that we're already winding down for the holidays so it will take a bit longer than usual |
What React Native libraries do you use?
Hermes, React Native without Frameworks
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
6.4.0
How does your development environment look like?
Sentry.init()
Steps to Reproduce
Expected Result
Sourcemap automatically uploaded to Sentry
Actual Result
Sourcemap is not being uploaded.
My project is a react native bare project, but uses expo-modules, so its kind of a mix between RN and Expo.
You can check the source code here -> https://github.com/reown-com/react-native-examples/tree/main/dapps/W3MWagmi
I suspect the issue comes because im using sentry expo metro config, but my project is not really an expo project
The text was updated successfully, but these errors were encountered: