chore: bump v2.6.5 rd2 (#1067)

* commit wip version bump

* remove from building
This commit is contained in:
Justin Hernandez
2025-09-13 14:13:33 -07:00
committed by GitHub
parent be2b52ac36
commit 3d46aec7c4
9 changed files with 119 additions and 135 deletions

View File

@@ -191,8 +191,6 @@ circuits/tests/**/test_cases.ts
# iOS
*.xcworkspace/
*.xcodeproj/
*.pbxproj
app/ios/App Thinning Size Report.txt
# Android

View File

@@ -25,7 +25,7 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.4.0)
aws-partitions (1.1158.0)
aws-partitions (1.1159.0)
aws-sdk-core (3.232.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)

View File

@@ -3,8 +3,6 @@ apply plugin: "com.facebook.react"
apply plugin: "org.jetbrains.kotlin.android"
apply plugin: 'kotlin-android'
apply plugin: 'com.google.gms.google-services'
apply from: "../../../node_modules/@sentry/react-native/sentry.gradle"
/**
@@ -123,7 +121,7 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 98
versionCode 99
versionName "2.6.5"
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
externalNativeBuild {

View File

@@ -3,24 +3,12 @@ fastlane documentation
# Installation
Make sure you have the Xcode command line tools installed:
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
**Note:** The above command installs only the Command Line Tools, not the full Xcode app. Some Fastlane lanes and CocoaPods require the full Xcode app and the correct DEVELOPER_DIR. To verify your setup and switch to the proper Xcode app if needed:
```bash
# Verify Xcode and CLT
xcodebuild -version
xcode-select -p
# If needed, point to the correct Xcode app:
sudo xcode-select -s /Applications/Xcode.app
sudo xcodebuild -runFirstLaunch
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions

View File

@@ -2047,7 +2047,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNSentry (7.0.0-beta.1):
- RNSentry (7.0.1):
- DoubleConversion
- glog
- hermes-engine
@@ -2068,7 +2068,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Sentry/HybridSDK (= 8.52.1)
- Sentry/HybridSDK (= 8.53.2)
- Yoga
- RNSVG (15.12.1):
- DoubleConversion
@@ -2116,7 +2116,7 @@ PODS:
- segment-analytics-react-native (2.21.2):
- React-Core
- sovran-react-native
- Sentry/HybridSDK (8.52.1)
- Sentry/HybridSDK (8.53.2)
- SocketRocket (0.7.1)
- sovran-react-native (1.1.3):
- React-Core
@@ -2561,10 +2561,10 @@ SPEC CHECKSUMS:
RNLocalize: a2c93da4b4afae4630d4b3be79320c11c4342d1f
RNReactNativeHapticFeedback: e526ac4a7ca9fb23c7843ea4fd7d823166054c73
RNScreens: 806e1449a8ec63c2a4e4cf8a63cc80203ccda9b8
RNSentry: d240d406990e08d9b1fa967aaac67b7cb61b32e2
RNSentry: 6ad982be2c8e32dab912afb4132b6a0d88484ea0
RNSVG: 0c1fc3e7b147949dc15644845e9124947ac8c9bb
segment-analytics-react-native: bad4c2c7b63818bd493caa2b5759fca59e4ae9a7
Sentry: 2cbbe3592f30050c60e916c63c7f5a2fa584005e
Sentry: 59993bffde4a1ac297ba6d268dc4bbce068d7c1b
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
sovran-react-native: a3ad3f8ff90c2002b2aa9790001a78b0b0a38594
SwiftQRScanner: e85a25f9b843e9231dab89a96e441472fe54a724

View File

@@ -423,7 +423,7 @@
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassportDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 171;
CURRENT_PROJECT_VERSION = 172;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 5B29R5LYHQ;
ENABLE_BITCODE = NO;
@@ -564,7 +564,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassport.entitlements;
CURRENT_PROJECT_VERSION = 171;
CURRENT_PROJECT_VERSION = 172;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 5B29R5LYHQ;
FRAMEWORK_SEARCH_PATHS = (

View File

@@ -89,7 +89,7 @@
"@selfxyz/common": "workspace:^",
"@selfxyz/mobile-sdk-alpha": "workspace:^",
"@sentry/react": "^9.32.0",
"@sentry/react-native": "7.0.0-beta.1",
"@sentry/react-native": "7.0.1",
"@tamagui/animations-css": "^1.129.3",
"@tamagui/animations-react-native": "^1.129.3",
"@tamagui/config": "1.126.14",

View File

@@ -1,10 +1,10 @@
{
"ios": {
"build": 171,
"lastDeployed": "2025-08-26T16:35:10Z"
"build": 172,
"lastDeployed": "2025-09-13T16:35:10Z"
},
"android": {
"build": 98,
"lastDeployed": "2025-08-29T10:59:07Z"
"build": 99,
"lastDeployed": "2025-09-13T10:59:07Z"
}
}

208
yarn.lock
View File

@@ -4920,7 +4920,7 @@ __metadata:
"@selfxyz/common": "workspace:^"
"@selfxyz/mobile-sdk-alpha": "workspace:^"
"@sentry/react": "npm:^9.32.0"
"@sentry/react-native": "npm:7.0.0-beta.1"
"@sentry/react-native": "npm:7.0.1"
"@tamagui/animations-css": "npm:^1.129.3"
"@tamagui/animations-react-native": "npm:^1.129.3"
"@tamagui/config": "npm:1.126.14"
@@ -5097,12 +5097,12 @@ __metadata:
languageName: unknown
linkType: soft
"@sentry-internal/browser-utils@npm:9.22.0":
version: 9.22.0
resolution: "@sentry-internal/browser-utils@npm:9.22.0"
"@sentry-internal/browser-utils@npm:10.8.0":
version: 10.8.0
resolution: "@sentry-internal/browser-utils@npm:10.8.0"
dependencies:
"@sentry/core": "npm:9.22.0"
checksum: 10c0/64791aae9111d888b35225886edf77a6d3d4830a856edabf8b3f60233cb9e6b3ed6e284ccf6a98e0af9c737357ced6467c2ef8c60f32556a70bdd38958c62f3d
"@sentry/core": "npm:10.8.0"
checksum: 10c0/21bd70e7789f6626d234fdfda7046662a551675ae0b827a08ee5e235762d38b2ace1963de0daefad8bbeb4e3d822787465662f447cee3fc991d7f362bf457354
languageName: node
linkType: hard
@@ -5115,12 +5115,12 @@ __metadata:
languageName: node
linkType: hard
"@sentry-internal/feedback@npm:9.22.0":
version: 9.22.0
resolution: "@sentry-internal/feedback@npm:9.22.0"
"@sentry-internal/feedback@npm:10.8.0":
version: 10.8.0
resolution: "@sentry-internal/feedback@npm:10.8.0"
dependencies:
"@sentry/core": "npm:9.22.0"
checksum: 10c0/c2c0472346f7d672fd5b531476329fd343df538ee0303b446acf93ec4a2f7dac731e7e01b6c2d116621ff6fbde26c59951af89ca5a5f321d113e2992972b39c7
"@sentry/core": "npm:10.8.0"
checksum: 10c0/c72c201022c087676a91311a4aa86cefff9e96339dd20c3aa08a2a07cc8cc262a53f339aebf3e5b78eb951e43d9b3f5d5209a0a7cf0ce542e7550d8b1799d2c2
languageName: node
linkType: hard
@@ -5133,13 +5133,13 @@ __metadata:
languageName: node
linkType: hard
"@sentry-internal/replay-canvas@npm:9.22.0":
version: 9.22.0
resolution: "@sentry-internal/replay-canvas@npm:9.22.0"
"@sentry-internal/replay-canvas@npm:10.8.0":
version: 10.8.0
resolution: "@sentry-internal/replay-canvas@npm:10.8.0"
dependencies:
"@sentry-internal/replay": "npm:9.22.0"
"@sentry/core": "npm:9.22.0"
checksum: 10c0/308d9f879cca5f7ac5cf6d07e17a525ad43912725193c0f2def354134ca36425a8cd73ab123873aec0a59d4fa265342a79bd8db6a0d5ff377b5bfee18bc8004e
"@sentry-internal/replay": "npm:10.8.0"
"@sentry/core": "npm:10.8.0"
checksum: 10c0/4b5e06d04f1a43005b5a63207aca51729784dbc22e713a6644ef3f2978fb11644c102b4807789efbf816b41e9c2745061b7fffc94e1fd3d33a9911c05544ba4a
languageName: node
linkType: hard
@@ -5153,13 +5153,13 @@ __metadata:
languageName: node
linkType: hard
"@sentry-internal/replay@npm:9.22.0":
version: 9.22.0
resolution: "@sentry-internal/replay@npm:9.22.0"
"@sentry-internal/replay@npm:10.8.0":
version: 10.8.0
resolution: "@sentry-internal/replay@npm:10.8.0"
dependencies:
"@sentry-internal/browser-utils": "npm:9.22.0"
"@sentry/core": "npm:9.22.0"
checksum: 10c0/54fc6f087b562d46619aea1f962a3e2bce0ab865a66ce575778455b7992d02e2c3d889d04223faa950677c3846ea54ce73bc875dda5d63944d671fbe8efbe94c
"@sentry-internal/browser-utils": "npm:10.8.0"
"@sentry/core": "npm:10.8.0"
checksum: 10c0/d3ffeaa64d53c4f68624aec105801159999f2df63750133b3d09148fff9788fb6c77817dd117f8d00d1a17e2cd013339783dc87bf498861cce72afdcd015ab75
languageName: node
linkType: hard
@@ -5173,23 +5173,23 @@ __metadata:
languageName: node
linkType: hard
"@sentry/babel-plugin-component-annotate@npm:3.5.0":
version: 3.5.0
resolution: "@sentry/babel-plugin-component-annotate@npm:3.5.0"
checksum: 10c0/875e898ddd23862384dfef455a60801fb1aae7b22744a61700bb3726c8a16c840bc2f0554ea4d2f887b606ceac29b1308e2da49f28b42ea58a0c20f60c2bd9e3
"@sentry/babel-plugin-component-annotate@npm:4.3.0":
version: 4.3.0
resolution: "@sentry/babel-plugin-component-annotate@npm:4.3.0"
checksum: 10c0/3b75b9fe408d777f2a1601c636c980bec46cbca7d80715b5cb4a32c51173d8b400886637ef1453627408dc10884289c7e186267775737e08a23851ed9485c956
languageName: node
linkType: hard
"@sentry/browser@npm:9.22.0":
version: 9.22.0
resolution: "@sentry/browser@npm:9.22.0"
"@sentry/browser@npm:10.8.0":
version: 10.8.0
resolution: "@sentry/browser@npm:10.8.0"
dependencies:
"@sentry-internal/browser-utils": "npm:9.22.0"
"@sentry-internal/feedback": "npm:9.22.0"
"@sentry-internal/replay": "npm:9.22.0"
"@sentry-internal/replay-canvas": "npm:9.22.0"
"@sentry/core": "npm:9.22.0"
checksum: 10c0/85ec387e0ff76f559b51ffaf0493ac549968ac20a5ae1618622323fa56ba4152a71c6de85ad43f92c018d5ca04e84cc3241bdc9d197716bc96652bbd99b6c8f6
"@sentry-internal/browser-utils": "npm:10.8.0"
"@sentry-internal/feedback": "npm:10.8.0"
"@sentry-internal/replay": "npm:10.8.0"
"@sentry-internal/replay-canvas": "npm:10.8.0"
"@sentry/core": "npm:10.8.0"
checksum: 10c0/33e434c5b5e272344e563823077b31b07c394828c556ec5e283f45b7359cd41785286f0ffca9692f76e267b5d88ee668f0d7ed006f3a3c6ddd5c7bc5808eef81
languageName: node
linkType: hard
@@ -5206,74 +5206,74 @@ __metadata:
languageName: node
linkType: hard
"@sentry/cli-darwin@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-darwin@npm:2.46.0"
"@sentry/cli-darwin@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-darwin@npm:2.53.0"
conditions: os=darwin
languageName: node
linkType: hard
"@sentry/cli-linux-arm64@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-linux-arm64@npm:2.46.0"
"@sentry/cli-linux-arm64@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-linux-arm64@npm:2.53.0"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
languageName: node
linkType: hard
"@sentry/cli-linux-arm@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-linux-arm@npm:2.46.0"
"@sentry/cli-linux-arm@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-linux-arm@npm:2.53.0"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
languageName: node
linkType: hard
"@sentry/cli-linux-i686@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-linux-i686@npm:2.46.0"
"@sentry/cli-linux-i686@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-linux-i686@npm:2.53.0"
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard
"@sentry/cli-linux-x64@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-linux-x64@npm:2.46.0"
"@sentry/cli-linux-x64@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-linux-x64@npm:2.53.0"
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
languageName: node
linkType: hard
"@sentry/cli-win32-arm64@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-win32-arm64@npm:2.46.0"
"@sentry/cli-win32-arm64@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-win32-arm64@npm:2.53.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@sentry/cli-win32-i686@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-win32-i686@npm:2.46.0"
"@sentry/cli-win32-i686@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-win32-i686@npm:2.53.0"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard
"@sentry/cli-win32-x64@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli-win32-x64@npm:2.46.0"
"@sentry/cli-win32-x64@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli-win32-x64@npm:2.53.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@sentry/cli@npm:2.46.0":
version: 2.46.0
resolution: "@sentry/cli@npm:2.46.0"
"@sentry/cli@npm:2.53.0":
version: 2.53.0
resolution: "@sentry/cli@npm:2.53.0"
dependencies:
"@sentry/cli-darwin": "npm:2.46.0"
"@sentry/cli-linux-arm": "npm:2.46.0"
"@sentry/cli-linux-arm64": "npm:2.46.0"
"@sentry/cli-linux-i686": "npm:2.46.0"
"@sentry/cli-linux-x64": "npm:2.46.0"
"@sentry/cli-win32-arm64": "npm:2.46.0"
"@sentry/cli-win32-i686": "npm:2.46.0"
"@sentry/cli-win32-x64": "npm:2.46.0"
"@sentry/cli-darwin": "npm:2.53.0"
"@sentry/cli-linux-arm": "npm:2.53.0"
"@sentry/cli-linux-arm64": "npm:2.53.0"
"@sentry/cli-linux-i686": "npm:2.53.0"
"@sentry/cli-linux-x64": "npm:2.53.0"
"@sentry/cli-win32-arm64": "npm:2.53.0"
"@sentry/cli-win32-i686": "npm:2.53.0"
"@sentry/cli-win32-x64": "npm:2.53.0"
https-proxy-agent: "npm:^5.0.0"
node-fetch: "npm:^2.6.7"
progress: "npm:^2.0.3"
@@ -5298,7 +5298,14 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 10c0/9fd4157bf8b30afb7683bb5b436b052de77d7aa8f9fa99f438f663d4b43df18acb19a0096df5501219ffb44b5e9dbaed29826a2f49e6bc0f613e052dd4019b4b
checksum: 10c0/ea6acf44d336feb3911b07ddac4cde96a0d86cd72eb96be75ad531efa2ba713190eea02f92526b7014289dac85ede58e93575672236a8cc60695e6ad1c604df6
languageName: node
linkType: hard
"@sentry/core@npm:10.8.0":
version: 10.8.0
resolution: "@sentry/core@npm:10.8.0"
checksum: 10c0/7c25eab30b9898a5feb237397576fb996477f1fbbb1f8d6720998cc6b1d6b6ec34e018db66f5bd0769aa07717d10aff8fed4e8d6cd9f0b3c95e86844df3fd405
languageName: node
linkType: hard
@@ -5315,13 +5322,6 @@ __metadata:
languageName: node
linkType: hard
"@sentry/core@npm:9.22.0":
version: 9.22.0
resolution: "@sentry/core@npm:9.22.0"
checksum: 10c0/7c1f86778bf34bc9bf5b05d3abbcb107f266824ce293eb8ddebe0765fc12ee46c792f7ba3e7fcf626f4b44db3622413d735e3de21c3f24c3fbe48847c70896e5
languageName: node
linkType: hard
"@sentry/core@npm:9.46.0":
version: 9.46.0
resolution: "@sentry/core@npm:9.46.0"
@@ -5368,16 +5368,16 @@ __metadata:
languageName: node
linkType: hard
"@sentry/react-native@npm:7.0.0-beta.1":
version: 7.0.0-beta.1
resolution: "@sentry/react-native@npm:7.0.0-beta.1"
"@sentry/react-native@npm:7.0.1":
version: 7.0.1
resolution: "@sentry/react-native@npm:7.0.1"
dependencies:
"@sentry/babel-plugin-component-annotate": "npm:3.5.0"
"@sentry/browser": "npm:9.22.0"
"@sentry/cli": "npm:2.46.0"
"@sentry/core": "npm:9.22.0"
"@sentry/react": "npm:9.22.0"
"@sentry/types": "npm:9.22.0"
"@sentry/babel-plugin-component-annotate": "npm:4.3.0"
"@sentry/browser": "npm:10.8.0"
"@sentry/cli": "npm:2.53.0"
"@sentry/core": "npm:10.8.0"
"@sentry/react": "npm:10.8.0"
"@sentry/types": "npm:10.8.0"
peerDependencies:
expo: ">=49.0.0"
react: ">=17.0.0"
@@ -5387,20 +5387,20 @@ __metadata:
optional: true
bin:
sentry-expo-upload-sourcemaps: scripts/expo-upload-sourcemaps.js
checksum: 10c0/9b6929ca40a1d8aaab02414ca088816726ee00999197272bdc5da2f57ed3beecb20596fdd842ad05ddf96b9aa3e06a75ce43efd393df2bbf836f835d7d3e0d05
checksum: 10c0/c8d877c8a64d01777ba68ae75594140ee1795b53cbe6130bc1319bab56ce92a63404fe346231efa42e030ecf05f969a02d40eb175495553bc3c32c1853d1f8b6
languageName: node
linkType: hard
"@sentry/react@npm:9.22.0":
version: 9.22.0
resolution: "@sentry/react@npm:9.22.0"
"@sentry/react@npm:10.8.0":
version: 10.8.0
resolution: "@sentry/react@npm:10.8.0"
dependencies:
"@sentry/browser": "npm:9.22.0"
"@sentry/core": "npm:9.22.0"
"@sentry/browser": "npm:10.8.0"
"@sentry/core": "npm:10.8.0"
hoist-non-react-statics: "npm:^3.3.2"
peerDependencies:
react: ^16.14.0 || 17.x || 18.x || 19.x
checksum: 10c0/ca5451769c6be4edfdbc9a5a413e43b7e2e7ba591ed5a1dc4c19d6bdeec9c25440ac21b21ec1a4ac3eb9e1c65694c285b92d18d43ba82a7a92b808eb06d3868f
checksum: 10c0/f40c476da8e86847d93db30f488205c38a1800815b5f2bbfe694825da7a40c702b7a13fd0d4197c1e88b85bbcbcf76bf48e7ea0fd0f5c8042628d3b73843c78b
languageName: node
linkType: hard
@@ -5430,6 +5430,15 @@ __metadata:
languageName: node
linkType: hard
"@sentry/types@npm:10.8.0":
version: 10.8.0
resolution: "@sentry/types@npm:10.8.0"
dependencies:
"@sentry/core": "npm:10.8.0"
checksum: 10c0/55c728072b94cf82404c300fd317fbef039a0d766be019d33476fb78348032cf07d3effca3a19d07f7db2a47c4d8f815fd2cc711cab2ab310e24102dcf72a675
languageName: node
linkType: hard
"@sentry/types@npm:5.30.0":
version: 5.30.0
resolution: "@sentry/types@npm:5.30.0"
@@ -5437,15 +5446,6 @@ __metadata:
languageName: node
linkType: hard
"@sentry/types@npm:9.22.0":
version: 9.22.0
resolution: "@sentry/types@npm:9.22.0"
dependencies:
"@sentry/core": "npm:9.22.0"
checksum: 10c0/cd806692c95e4f12ca4c043e969b4a1f5ca5fa92a2c116e2d99617f77141c729e0c49ecfe341b73d1959eb9ae7899d093f1cf583b392d64758ab8e486d2f2d30
languageName: node
linkType: hard
"@sentry/utils@npm:5.30.0":
version: 5.30.0
resolution: "@sentry/utils@npm:5.30.0"