Skip to content

Commit 5440edc

Browse files
committed
Fix sentry errors on xcode 16 +, [see more](getsentry/sentry-react-native#3883 (comment))
1 parent fd6e4f5 commit 5440edc

File tree

3 files changed

+254
-495
lines changed

3 files changed

+254
-495
lines changed

ios/AwesomeProject/PrivacyInfo.xcprivacy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
1010
<key>NSPrivacyAccessedAPITypeReasons</key>
1111
<array>
12-
<string>3B52.1</string>
1312
<string>C617.1</string>
13+
<string>3B52.1</string>
1414
</array>
1515
</dict>
1616
<dict>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@react-navigation/routers": "^6.1.9",
2626
"@react-navigation/stack": "^6.3.21",
2727
"@sentry/cli": "^1.74.4",
28-
"@sentry/react-native": "^4.12.0",
28+
"@sentry/react-native": "^5.31.0",
2929
"@types/i18n-js": "^3.8.7",
3030
"@types/redux-actions": "^2.6.5",
3131
"appcenter": "^5.0.1",

0 commit comments

Comments
 (0)