Is there a maximum depth for init normalizeDepth? #5938
|
For the initialization parameter, |
Answered by
AbhiPrasad
Oct 12, 2022
Replies: 1 comment
|
There is no maximum value, you can go up to Infinity. See: |
0 replies
Answer selected by
AbhiPrasad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no maximum value, you can go up to Infinity. See:
sentry-javascript/packages/utils/src/normalize.ts
Line 35 in 9056516