From e0313fd43b5aca735621adab285e49e7c689af7c Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 11 Jan 2022 08:24:33 +0100 Subject: [PATCH] feat: Enable maxCacheItems for Mobile Android, Apple, Flutter and Java support the basic options maxCacheItems. Fixes GH-3307 --- src/platforms/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/common/configuration/options.mdx b/src/platforms/common/configuration/options.mdx index 4f9375c3a4fe1..c7c5305d1279d 100644 --- a/src/platforms/common/configuration/options.mdx +++ b/src/platforms/common/configuration/options.mdx @@ -140,7 +140,7 @@ This variable controls the total amount of breadcrumbs that should be captured. - + The maximum number of [envelopes](https://develop.sentry.dev/sdk/envelopes/) to keep in cache. The SDKs use envelopes to send data, such as events, attachments, user feedback, and sessions to sentry.io. An envelope can contain multiple items, such as an event with a session and two attachments. Depending on the usage of the SDK, the size of an envelope can differ. If the number of envelopes in the local cache exceeds `max-cache-items`, the SDK deletes the oldest envelope and migrates the sessions to the next envelope to maintain the integrity of your release health stats. The default is `30`.