You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxBreadcrumbs is a configurable option, but it can't be set > 100 because of a hard cap.
This is the output after discussing #4682 with @HazAT
Solution Brainstorm
maxBreadcrumbs should be configurable, default to 100, but it can be set > 100 at your own risk.
I'd also add to the property docs about the max payload size for events (currently 1 MB).
Adjust the docs that made the confusion getsentry/sentry-docs#4496 and getsentry/sentry-docs#4794
The text was updated successfully, but these errors were encountered:
Problem Statement
maxBreadcrumbs
is a configurable option, but it can't be set > 100 because of a hard cap.This is the output after discussing #4682 with @HazAT
Solution Brainstorm
maxBreadcrumbs
should be configurable, default to 100, but it can be set > 100 at your own risk.I'd also add to the property docs about the max payload size for events (currently 1 MB).
Adjust the docs that made the confusion getsentry/sentry-docs#4496 and getsentry/sentry-docs#4794
The text was updated successfully, but these errors were encountered: