Skip to content

Commit 4a7267c

Browse files
chore(android): Bump Sentry Android SDK to v7.22.1 (#4643)
1 parent a0b0298 commit 4a7267c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Fixes
12+
13+
- Fixes missing Cold Start measurements by bumping the Android SDK version to v7.22.1 ([#4643](https://github.com/getsentry/sentry-react-native/pull/4643))
14+
15+
### Dependencies
16+
17+
- Bump Android SDK from v7.22.0 to v7.22.1 ([#4643](https://github.com/getsentry/sentry-react-native/pull/4643))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7221)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/7.22.0...7.22.1)
20+
921
## 6.9.0
1022

1123
### Features
@@ -16,7 +28,7 @@
1628

1729
```js
1830
import Sentry from "@sentry/react-native";
19-
31+
2032
Sentry.showFeedbackWidget();
2133

2234
Sentry.wrap(RootComponent);

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:7.22.0'
57+
api 'io.sentry:sentry-android:7.22.1'
5858
}

0 commit comments

Comments
 (0)