Switch to Sentry Expo requires removal of "Upload Debug Symbols to Sentry"?

  1. SDK Version: 43
  2. Platforms(Android/iOS/web/all): iOS

I recently added sentry-expo to my React Native project after using @react-native/sentry primarily. I noticed that I was unable to build my app unless I removed the “Upload Debug Symbols to Sentry” build step in xCode, and I am now planning to move that step into my Fastfile like it says here: Uploading Debug Symbols | Sentry Documentation

If the xCode build phase is kept, then you will get ❌ error: API request failed when building your iOS app.

I did not see any mention of this in the documentation, and spent quite some time debugging it, so I thought to create a topic here in case anyone has the same issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.