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
If you are using sentry.io, please post a link to your issue so we can take a look:
This is a build problem.
I have following issue:
I'm attempting to build a new react-native project. it is building and running flawlessly on Android locally. I am attempting to build it now on AppCenter and getting the following build failure:
I solved this on my own. Turns out you should really name your buildTypes with 'release' in them if you want react to bundle them for you! Here's the offending line from react.gradle:
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 1.7.1
react-native
version: 0.63.0Are 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:
This is a build problem.
I have following issue:
I'm attempting to build a new react-native project. it is building and running flawlessly on Android locally. I am attempting to build it now on AppCenter and getting the following build failure:
I have a buildType for the 'develop' release as follows:
Steps to reproduce:
Actual result:
Build crashes.
Expected result:
Build doesn't crash.
The text was updated successfully, but these errors were encountered: