Skip to content

Commit 2ee86b9

Browse files
committed
Revert "chore(wallet-mobile): Update sentry/react-native to fix xcode build issues (#3674)"
This reverts commit 9d43847.
1 parent 9d43847 commit 2ee86b9

File tree

3 files changed

+106
-172
lines changed

3 files changed

+106
-172
lines changed

apps/wallet-mobile/ios/Podfile.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -516,12 +516,9 @@ PODS:
516516
- RNScreens (3.22.1):
517517
- React-Core
518518
- React-RCTImage
519-
- RNSentry (5.33.1):
520-
- hermes-engine
521-
- RCT-Folly (= 2021.07.22.00)
519+
- RNSentry (5.8.0):
522520
- React-Core
523-
- React-hermes
524-
- Sentry/HybridSDK (= 8.36.0)
521+
- Sentry/HybridSDK (= 8.9.3)
525522
- RNShare (10.0.2):
526523
- React-Core
527524
- RNSVG (13.8.0):
@@ -537,7 +534,9 @@ PODS:
537534
- SDWebImageWebPCoder (0.11.0):
538535
- libwebp (~> 1.0)
539536
- SDWebImage/Core (~> 5.15)
540-
- Sentry/HybridSDK (8.36.0)
537+
- Sentry/HybridSDK (8.9.3):
538+
- SentryPrivate (= 8.9.3)
539+
- SentryPrivate (8.9.3)
541540
- Yoga (1.14.0)
542541
- ZXingObjC/Core (3.6.9)
543542
- ZXingObjC/OneD (3.6.9):
@@ -651,6 +650,7 @@ SPEC REPOS:
651650
- SDWebImageSVGCoder
652651
- SDWebImageWebPCoder
653652
- Sentry
653+
- SentryPrivate
654654
- ZXingObjC
655655

656656
EXTERNAL SOURCES:
@@ -919,14 +919,15 @@ SPEC CHECKSUMS:
919919
RNPermissions: f1b49dd05fa9b83993cd05a9ee115247944d8f1a
920920
RNReanimated: d6b4b867b6d1ee0798f5fb372708fa4bb8d66029
921921
RNScreens: 50ffe2fa2342eabb2d0afbe19f7c1af286bc7fb3
922-
RNSentry: 0744d3c79504bc4778190d047d1b60daf4a378cd
922+
RNSentry: f9e637773502a61c7b455c4ce65bc7008ce22a6e
923923
RNShare: 859ff710211285676b0bcedd156c12437ea1d564
924924
RNSVG: c1e76b81c76cdcd34b4e1188852892dc280eb902
925925
SDWebImage: cb032eba469c54e0000e78bcb0a13cdde0a52798
926926
SDWebImageAVIFCoder: 8348fef6d0ec69e129c66c9fe4d74fbfbf366112
927927
SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c
928928
SDWebImageWebPCoder: 295a6573c512f54ad2dd58098e64e17dcf008499
929-
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
929+
Sentry: 97161cac725da1ecbe77d1445bf8a61c1e5667f1
930+
SentryPrivate: 9a76def09fb08f9501997b8df946e8097947b94f
930931
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
931932
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
932933

apps/wallet-mobile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@react-navigation/native": "^6.1.6",
121121
"@react-navigation/routers": "^6.1.5",
122122
"@react-navigation/stack": "^6.3.16",
123-
"@sentry/react-native": "^5.33.1",
123+
"@sentry/react-native": "^5.8.0",
124124
"@shopify/flash-list": "^1.4.1",
125125
"@types/bip39": "^3.0.0",
126126
"@types/pbkdf2": "^3.1.2",

0 commit comments

Comments
 (0)