Skip to content

Commit 60671c9

Browse files
clarify that maxBreadcrumbs can be customized (#4794)
* clarified that maxbreadcrumbs can be customized * remove reference to 1MB to avoid content going out of date Co-authored-by: Manoel Aranda Neto <[email protected]> * retrigger stuck check Co-authored-by: Manoel Aranda Neto <[email protected]>
1 parent 246e2b0 commit 60671c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Configures the sample rate for error events, in the range of `0.0` to `1.0`. The
191191

192192
<ConfigKey name="max-breadcrumbs">
193193

194-
This variable controls the total amount of breadcrumbs that should be captured. This defaults to `100`.
194+
This variable controls the total amount of breadcrumbs that should be captured. This defaults to `100`, but you can set this to any number. However, you should be aware that Sentry has a [maximum payload size](https://develop.sentry.dev/sdk/envelopes/#size-limits) and any events exceeding that payload size will be dropped.
195195

196196
</ConfigKey>
197197

0 commit comments

Comments
 (0)