Replies: 1 comment 4 replies
|
This is because of https://docs.sentry.io/platforms/javascript/configuration/options/#normalize-max-breadth - we truncate when there are more than 1000 elements. You can adjust this, but it might cause the payload to become too large depending on what is in the array. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've set
normalizeDepthto10inSentry.init, but my breadcrumbs are still getting truncated.How do I configure to allow deeper properties?
All reactions