File tree 3 files changed +475
-0
lines changed
3 files changed +475
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ jobs:
245
245
name : Build RN ${{ matrix.rn-version }} ${{ matrix.rn-architecture }} ${{ matrix.platform }} ${{ matrix.build-type }}
246
246
runs-on : macos-latest
247
247
env :
248
+ RN_SENTRY_POD_NAME : RNSentry
248
249
RN_DIFF_REPOSITORY : https://github.com/react-native-community/rn-diff-purge.git
249
250
strategy :
250
251
fail-fast : false # keeps matrix running if one fails
@@ -332,6 +333,7 @@ jobs:
332
333
echo "ENABLE_PROD=$ENABLE_PROD"
333
334
echo "ENABLE_NEW_ARCH=$ENABLE_NEW_ARCH"
334
335
PRODUCTION=$ENABLE_PROD RCT_NEW_ARCH_ENABLED=$ENABLE_NEW_ARCH pod install
336
+ cat Podfile.lock | grep $RN_SENTRY_POD_NAME
335
337
336
338
- name : Patch App RN
337
339
working-directory : test/react-native/versions/${{ matrix.rn-version }}/RnDiffApp
Original file line number Diff line number Diff line change 5
5
### Fixes
6
6
7
7
- 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 ) )
8
9
9
10
### Dependencies
10
11
You can’t perform that action at this time.
0 commit comments