Skip to content

Commit 765c76e

Browse files
authored
Merge branch 'main' into feat/native-sdk-name-manifest
2 parents 9f993f3 + a7a2837 commit 765c76e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- Added `io.sentry.ndk.sdk-name` Android manifest option to configure the native SDK's name ([#5027](https://github.com/getsentry/sentry-java/pull/5027))
8+
9+
## 8.30.0
10+
511
### Fixes
612

713
- Fix ANRs when collecting device context ([#4970](https://github.com/getsentry/sentry-java/pull/4970))
@@ -28,7 +34,7 @@
2834
- `count`: A metric that increments counts
2935
- `gauge`: A metric that tracks a value that can go up or down
3036
- `distribution`: A metric that tracks the statistical distribution of values
31-
- Added `io.sentry.ndk.sdk-name` Android manifest option to configure the native SDK's name ([#5027](https://github.com/getsentry/sentry-java/pull/5027))
37+
- For more details, see the Metrics documentation: https://docs.sentry.io/product/explore/metrics/getting-started/
3238

3339
## 8.29.0
3440

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
1111
android.useAndroidX=true
1212

1313
# Release information
14-
versionName=8.29.0
14+
versionName=8.30.0
1515

1616
# Override the SDK name on native crashes on Android
1717
sentryAndroidSdkName=sentry.native.android

0 commit comments

Comments
 (0)