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. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set
normalizeDepth
to10
inSentry.init
, but my breadcrumbs are still getting truncated.How do I configure to allow deeper properties?
Beta Was this translation helpful? Give feedback.
All reactions