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 4b757b8 commit ab1a146Copy full SHA for ab1a146
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -199,9 +199,9 @@ public class SentryOptions {
199
private int maxBreadcrumbs = 100;
200
201
/**
202
- * This variable controls the total amount of feature flag evaluations that should be stored on the scope.
203
- * The most recent `maxFeatureFlags` evaluations are stored on each scope.
204
- * Default is 100
+ * This variable controls the total amount of feature flag evaluations that should be stored on
+ * the scope. The most recent `maxFeatureFlags` evaluations are stored on each scope. Default is
+ * 100
205
*/
206
private int maxFeatureFlags = 100;
207
0 commit comments