We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbda53 commit 15544cdCopy full SHA for 15544cd
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
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
13
### Fixes
14
15
- Removed SentryExecutorService limit for delayed scheduled tasks ([#4846](https://github.com/getsentry/sentry-java/pull/4846))
0 commit comments