Skip to content

Commit 94f2a4e

Browse files
Merge branch 'main' into alwx/bugfix/sentry-xcode.sh
2 parents 1331627 + df44707 commit 94f2a4e

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214))
1414
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562)
1515
- [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)
1619

1720
## 7.2.0
1821

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.21.1'
58+
api 'io.sentry:sentry-android:8.22.0'
5959
}

packages/core/android/replay-stubs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
1818
}
1919

2020
dependencies {
21-
compileOnly 'io.sentry:sentry:8.21.1'
21+
compileOnly 'io.sentry:sentry:8.22.0'
2222
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@sentry-internal/eslint-config-sdk": "10.12.0",
8484
"@sentry-internal/eslint-plugin-sdk": "10.12.0",
8585
"@sentry-internal/typescript": "10.12.0",
86-
"@sentry/wizard": "6.4.0",
86+
"@sentry/wizard": "6.5.0",
8787
"@testing-library/react-native": "^12.7.2",
8888
"@types/jest": "^29.5.13",
8989
"@types/node": "^20.9.3",

packages/core/plugin/src/withSentryAndroidGradlePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface SentryAndroidGradlePluginOptions {
1313
includeSourceContext?: boolean;
1414
}
1515

16-
export const sentryAndroidGradlePluginVersion = '5.11.0';
16+
export const sentryAndroidGradlePluginVersion = '5.12.0';
1717

1818
/**
1919
* Adds the Sentry Android Gradle Plugin to the project.

samples/react-native/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
classpath("com.android.tools.build:gradle")
1717
classpath("com.facebook.react:react-native-gradle-plugin")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
19-
classpath("io.sentry:sentry-android-gradle-plugin:5.11.0")
19+
classpath("io.sentry:sentry-android-gradle-plugin:5.12.0")
2020
}
2121
}
2222

scripts/update-android-stubs.sh

100644100755
File mode changed.

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9758,7 +9758,7 @@ __metadata:
97589758
"@sentry/core": 10.12.0
97599759
"@sentry/react": 10.12.0
97609760
"@sentry/types": 10.12.0
9761-
"@sentry/wizard": 6.4.0
9761+
"@sentry/wizard": 6.5.0
97629762
"@testing-library/react-native": ^12.7.2
97639763
"@types/jest": ^29.5.13
97649764
"@types/node": ^20.9.3
@@ -9841,9 +9841,9 @@ __metadata:
98419841
languageName: node
98429842
linkType: hard
98439843

9844-
"@sentry/wizard@npm:6.4.0":
9845-
version: 6.4.0
9846-
resolution: "@sentry/wizard@npm:6.4.0"
9844+
"@sentry/wizard@npm:6.5.0":
9845+
version: 6.5.0
9846+
resolution: "@sentry/wizard@npm:6.5.0"
98479847
dependencies:
98489848
"@clack/prompts": 0.7.0
98499849
"@sentry/node": ^7.119.2
@@ -9861,7 +9861,7 @@ __metadata:
98619861
yargs: ^16.2.0
98629862
bin:
98639863
sentry-wizard: dist/bin.js
9864-
checksum: b95f76ef04f5c4d135c0ad01b612ab86cdde6f2a1de4c2e1be24539e2f371967a8488c8966fb9a2bde4c63d3ad04250f25efbd458e5bf227f3cb4cb1bec41082
9864+
checksum: 567da52a3dbdee340a520adf0ea1f77b360e857ffa3de5accd2efe8b661c2c21efa5c200b1d4cff444376c23e8f6d8e25bc2f12b3dbe004c631cb20afdd16f32
98659865
languageName: node
98669866
linkType: hard
98679867

0 commit comments

Comments
 (0)