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 6e66e07 commit 39dbf57Copy full SHA for 39dbf57
CHANGELOG.md
@@ -29,6 +29,9 @@
29
<meta-data android:name="io.sentry.session-replay.screenshot-strategy" android:value="canvas" />
30
</application>
31
```
32
+- Add Feature Flags ([#4812](https://github.com/getsentry/sentry-java/pull/4812)) and ([#4831](https://github.com/getsentry/sentry-java/pull/4831))
33
+ - You may use top level API (`Sentry.addFeatureFlag`) to add feature flag evaluations to both scope and the current active span
34
+ - Or you may directly add feature flag evaluations to any scope, transaction or span
35
36
### Fixes
37
0 commit comments