Skip to content

Commit de58ea0

Browse files
committed
changelog
1 parent 0d16364 commit de58ea0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
- Add a Tombstone integration that detects native crashes without relying on the NDK integration, but instead using `ApplicationExitInfo.REASON_CRASH_NATIVE` on Android 12+. ([#4933](https://github.com/getsentry/sentry-java/pull/4933))
2121
- Currently exposed via options as an _internal_ API only.
2222
- If enabled alongside the NDK integration, crashes will be reported as two separate events. Users should enable only one; deduplication between both integrations will be added in a future release.
23+
- Add Sentry Metrics to Java SDK ([#5026](https://github.com/getsentry/sentry-java/pull/5026))
24+
- Metrics are enabled by default
25+
- APIs are namespaced under `Sentry.metrics()`
26+
- We offer the following APIs:
27+
- `count`: A metric that increments counts
28+
- `gauge`: A metric that tracks a value that can go up or down
29+
- `distribution`: A metric that tracks the statistical distribution of values
2330

2431
## 8.29.0
2532

0 commit comments

Comments
 (0)