You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Unreleased
4
4
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
+
5
11
### Fixes
6
12
7
13
- Fix ANRs when collecting device context ([#4970](https://github.com/getsentry/sentry-java/pull/4970))
@@ -28,7 +34,7 @@
28
34
- `count`: A metric that increments counts
29
35
- `gauge`: A metric that tracks a value that can go up or down
30
36
- `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/
0 commit comments