Skip to content

Commit 39dbf57

Browse files
committed
changelog
1 parent 6e66e07 commit 39dbf57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<meta-data android:name="io.sentry.session-replay.screenshot-strategy" android:value="canvas" />
3030
</application>
3131
```
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
3235

3336
### Fixes
3437

0 commit comments

Comments
 (0)