-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recursion limit hit #285
Comments
Can you link to one of these event please? |
@HazAT any news about that issue? |
Hey, sorry it was so quiet around this. |
Encountered the same RN: 0.51.0 |
@HazAT Is there any progression on this issue? Is there a workaround with raven or something else? |
@HazAT SentryJsonGenerator.json has a max nest level of 3 here. But this doesnt seem to be applied all the time. If we are not hitting the max payload limit, why is data being stripped from the object shown in sentry? |
any update on this? |
Has a solution been found yet for this? |
I'm having the same problem and it is affecting the debug of critical issues in an App we are developing. |
Same issue when adding redux state to breadcrumbs. 3rd level values are all Only seen this on Android so far. |
Any new |
bump... ? hitting the same limit |
Same here... |
same here, is showing on a catch error validation from JOI with sub level object. |
Same here... |
I am closing all old issues, please if this is still a problem feel free to revive it. |
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
my sentry additional data is truncated like below (it did not happen in the past with same recursive level)
Is there a way to remove this limit or set it to a higher level?
The text was updated successfully, but these errors were encountered: