You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have our build-in-house bundle service, that provide with the latest RN bundle to the app according to the version and for that we have the next config in our gradle file:
I assume that as bundleInDebug & bundleInRelease as set as false, when I run apply from: "../../node_modules/@sentry/react-native/sentry.gradle" I'm getting an error, so I'm uploading the RN bundle through sentry-cli with:
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 1.8.2
react-native
version: 0.63.2Are you using Expo?
Are you using sentry.io or 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:
(
@sentry/react-native
)I have following issue:
We have our build-in-house bundle service, that provide with the latest RN bundle to the app according to the version and for that we have the next config in our gradle file:
I assume that as
bundleInDebug
&bundleInRelease
as set asfalse
, when I runapply from: "../../node_modules/@sentry/react-native/sentry.gradle"
I'm getting an error, so I'm uploading the RN bundle through sentry-cli with:That generate the next artifact:
But then when I see the errors on the dashboard, the source code it's missing:
Steps to reproduce:
Actual result:
[Actual result]
Expected result:
[Expected result]
The text was updated successfully, but these errors were encountered: