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 a5c7aef commit 0ab241eCopy full SHA for 0ab241e
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -197,7 +197,9 @@ public class SentryOptions {
197
private int maxBreadcrumbs = 100;
198
199
/**
200
- * This variable controls the total amount of feature flags that should be captured Default is 100
+ * 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
203
*/
204
private int maxFeatureFlags = 100;
205
0 commit comments