Skip to content

Commit ad6c299

Browse files
fix(autolinking): Restore RNSentry xcode project used for autolinking in older RN versions (#2980)
1 parent 84f6b5e commit ad6c299

File tree

3 files changed

+475
-0
lines changed

3 files changed

+475
-0
lines changed

.github/workflows/e2e.yml

+2
Original file line numberDiff line numberDiff 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

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

0 commit comments

Comments
 (0)