File tree Expand file tree Collapse file tree 3 files changed +475
-0
lines changed Expand file tree Collapse file tree 3 files changed +475
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ jobs:
245245 name : Build RN ${{ matrix.rn-version }} ${{ matrix.rn-architecture }} ${{ matrix.platform }} ${{ matrix.build-type }}
246246 runs-on : macos-latest
247247 env :
248+ RN_SENTRY_POD_NAME : RNSentry
248249 RN_DIFF_REPOSITORY : https://github.com/react-native-community/rn-diff-purge.git
249250 strategy :
250251 fail-fast : false # keeps matrix running if one fails
@@ -332,6 +333,7 @@ jobs:
332333 echo "ENABLE_PROD=$ENABLE_PROD"
333334 echo "ENABLE_NEW_ARCH=$ENABLE_NEW_ARCH"
334335 PRODUCTION=$ENABLE_PROD RCT_NEW_ARCH_ENABLED=$ENABLE_NEW_ARCH pod install
336+ cat Podfile.lock | grep $RN_SENTRY_POD_NAME
335337
336338 - name : Patch App RN
337339 working-directory : test/react-native/versions/${{ matrix.rn-version }}/RnDiffApp
Original file line number Diff line number Diff line change 55### Fixes
66
77- Allow disabling native on RNNA ([ #2978 ] ( https://github.com/getsentry/sentry-react-native/pull/2978 ) )
8+ - iOS Autolinking for RN 0.68 and older ([ #2980 ] ( https://github.com/getsentry/sentry-react-native/pull/2980 ) )
89
910### Dependencies
1011
You can’t perform that action at this time.
0 commit comments