Skip to content

Commit 15544cd

Browse files
committed
changelog
1 parent 1cbda53 commit 15544cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- Add feature flags API ([#4812](https://github.com/getsentry/sentry-java/pull/4812))
8+
- You may now keep track of your feature flag evaluations and have them show up in Sentry.
9+
- You may use top level API (`Sentry.addFeatureFlag("my-feature-flag", true);`) or `IScope` and `IScopes` API
10+
- Feature flag evaluations tracked on scope(s) will be added to any errors reported to Sentry.
11+
- The SDK keeps the latest 100 evaluations from scope(s), replacing old entries as new evaluations are added.
12+
513
### Fixes
614

715
- Removed SentryExecutorService limit for delayed scheduled tasks ([#4846](https://github.com/getsentry/sentry-java/pull/4846))

0 commit comments

Comments
 (0)