Skip to content

Commit 0ab241e

Browse files
adinauerlcian
andauthored
Update sentry/src/main/java/io/sentry/SentryOptions.java
Co-authored-by: Lorenzo Cian <17258265+lcian@users.noreply.github.com>
1 parent a5c7aef commit 0ab241e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ public class SentryOptions {
197197
private int maxBreadcrumbs = 100;
198198

199199
/**
200-
* This variable controls the total amount of feature flags that should be captured Default is 100
200+
* This variable controls the total amount of feature flag evaluations that should be stored on the scope.
201+
* The most recent `maxFeatureFlags` evaluations are stored on each scope.
202+
* Default is 100
201203
*/
202204
private int maxFeatureFlags = 100;
203205

0 commit comments

Comments
 (0)