Skip to content

Commit 3128f65

Browse files
Merge branch 'main' into idan/load-envs-fix
2 parents 962b389 + df44707 commit 3128f65

File tree

29 files changed

+120
-106
lines changed

29 files changed

+120
-106
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # [email protected]
47+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # [email protected]
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # [email protected]
58+
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # [email protected]
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
@@ -66,4 +66,4 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # [email protected]
69+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # [email protected]

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
danger:
9-
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2
9+
uses: getsentry/github-workflows/.github/workflows/danger.yml@v3

.github/workflows/update-deps.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
android:
14-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
14+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
1515
with:
1616
path: scripts/update-android.sh
1717
name: Android SDK
@@ -20,7 +20,7 @@ jobs:
2020
api-token: ${{ secrets.CI_DEPLOY_KEY }}
2121

2222
android-stubs:
23-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
23+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
2424
with:
2525
path: scripts/update-android-stubs.sh
2626
name: Android SDK Stubs
@@ -29,7 +29,7 @@ jobs:
2929
api-token: ${{ secrets.CI_DEPLOY_KEY }}
3030

3131
cocoa:
32-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
32+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
3333
with:
3434
path: scripts/update-cocoa.sh
3535
name: Cocoa SDK
@@ -38,7 +38,7 @@ jobs:
3838
api-token: ${{ secrets.CI_DEPLOY_KEY }}
3939

4040
javascript:
41-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
41+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
4242
with:
4343
path: scripts/update-javascript.sh
4444
name: JavaScript SDK
@@ -47,7 +47,7 @@ jobs:
4747
api-token: ${{ secrets.CI_DEPLOY_KEY }}
4848

4949
wizard:
50-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
50+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
5151
with:
5252
path: scripts/update-wizard.sh
5353
name: Wizard
@@ -57,7 +57,7 @@ jobs:
5757
api-token: ${{ secrets.CI_DEPLOY_KEY }}
5858

5959
cli:
60-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
60+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
6161
with:
6262
path: scripts/update-cli.sh
6363
name: CLI
@@ -66,7 +66,7 @@ jobs:
6666
api-token: ${{ secrets.CI_DEPLOY_KEY }}
6767

6868
bundler-plugins:
69-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
69+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
7070
with:
7171
path: scripts/update-bundler-plugins.sh
7272
name: Bundler Plugins
@@ -75,7 +75,7 @@ jobs:
7575
api-token: ${{ secrets.CI_DEPLOY_KEY }}
7676

7777
sample-rn:
78-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
78+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
7979
with:
8080
path: scripts/update-rn.sh
8181
name: React Native
@@ -86,7 +86,7 @@ jobs:
8686
api-token: ${{ secrets.CI_DEPLOY_KEY }}
8787

8888
maestro:
89-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
89+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
9090
with:
9191
path: scripts/update-maestro.sh
9292
name: Maestro
@@ -97,7 +97,7 @@ jobs:
9797
api-token: ${{ secrets.CI_DEPLOY_KEY }}
9898

9999
sentry-android-gradle-plugin:
100-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
100+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
101101
with:
102102
path: scripts/update-sentry-android-gradle-plugin.sh
103103
name: Sentry Android Gradle Plugin

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
99
## Unreleased
1010

11+
### Dependencies
12+
13+
- Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214))
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562)
15+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.1...8.56.2)
16+
- Bump Android SDK from v8.21.1 to v8.22.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194))
17+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220)
18+
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
19+
20+
## 7.2.0
21+
1122
### Features
1223

1324
- Enable logs on native side of iOS ([#5190](https://github.com/getsentry/sentry-react-native/pull/5190))
@@ -20,6 +31,9 @@
2031

2132
### Dependencies
2233

34+
- Bump CLI from v2.53.0 to v2.55.0 ([#5179](https://github.com/getsentry/sentry-react-native/pull/5179))
35+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2550)
36+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.53.0...2.55.0)
2337
- Bump Cocoa SDK from v8.56.0 to v8.56.1 ([#5197](https://github.com/getsentry/sentry-react-native/pull/5197))
2438
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8561)
2539
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.0...8.56.1)

dev-packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-e2e-tests",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"private": true,
55
"description": "Sentry React Native End to End Tests Library",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
1616
"@sentry/core": "10.12.0",
17-
"@sentry/react-native": "7.1.0",
17+
"@sentry/react-native": "7.2.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",
2020
"appium": "2.4.1",

dev-packages/type-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sentry-react-native-type-check",
33
"private": true,
4-
"version": "7.1.0",
4+
"version": "7.2.0",
55
"scripts": {
66
"type-check": "./run-type-check.sh"
77
}

dev-packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-samples-utils",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Internal Samples Utils",
55
"main": "index.js",
66
"license": "MIT",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"packages": [
55
"packages/*",
66
"dev-packages/*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"clean": "lerna run clean",
88
"circularDepCheck": "lerna run circularDepCheck",
99
"test": "lerna run test",
10-
"fix": "run-s fix:lerna fix:android fix:kotlin fix:clang fix:swift",
10+
"fix": "run-s fix:lerna fix:android fix:kotlin fix:clang",
1111
"fix:lerna": "lerna run fix",
1212
"fix:android": "run-s 'java:format fix' java:pmd",
1313
"fix:clang": "run-s 'clang:format fix'",
1414
"fix:swift": "run-s 'swift:lint fix'",
1515
"fix:kotlin": "npx ktlint --relative --format '!**/node_modules/**'",
16-
"lint": "run-s lint:lerna lint:android lint:kotlin lint:clang lint:swift ",
16+
"lint": "run-s lint:lerna lint:android lint:kotlin lint:clang",
1717
"lint:lerna": "lerna run lint",
1818
"lint:android": "run-s 'java:format lint' java:pmd",
1919
"lint:clang": "run-s 'clang:format lint'",
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@expo/swiftlint": "^0.57.1",
3232
"@naturalcycles/ktlint": "^1.13.0",
33-
"@sentry/cli": "2.53.0",
33+
"@sentry/cli": "2.55.0",
3434
"downlevel-dts": "^0.11.0",
3535
"google-java-format": "^1.4.0",
3636
"lerna": "^8.1.8",

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
4646

4747
s.compiler_flags = other_cflags
4848

49-
s.dependency 'Sentry/HybridSDK', '8.56.1'
49+
s.dependency 'Sentry/HybridSDK', '8.56.2'
5050

5151
if defined? install_modules_dependencies
5252
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

0 commit comments

Comments
 (0)