Issue
I would like to set a maxBreadcrumbs
value to a number higher than the default 100.
Applies To
- Any user with a JavaScript based project.
Symptoms
- User has set
maxBreadcrumbs
to a higher number than 100 and sees breadcrumbs still being capped at 100 with no error message.
Resolution
100 is both the default set value and max allowance for maxBreadcrumbs
, as you can see in the comment of the code in our JavaScript repository here, where themaxBreadcrumbs
option is defined. Values set higher than 100 will be ignored with no error message.