-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Data truncated in body #63
Comments
None of the links point to screenshots. Can you please update? |
For context, I spoke with @chelout separately. His main concern is that Array content is not displayed in the stack locals (strings and integers, for example, are). Is it possible we collect and send these as well? My assumptions is that we're using PHP's default behavior in stringify arrays when we log the error context passed to us and if it's possible to get the Array values. I don't know enough about the Laravel client to say for sure though. |
I've updated screenshots links |
@chelout could you confirm the version of sentry/sentry you're using? |
The latest version |
I wonder if we have the thresholds incorrect. What I believe is happening is its saying "this is recursing too much, just show the Repr version of this instead", which shouldn't be the case here. |
Yep, our max recursions are 3 which gets you (from his screenshot) Do we just want to bump our default levels here or do we do anything smarter in other SDKs? We don't do anything smart in the Java SDK (which I'm familiar with). |
@bretthoerner the original goal was to reflect what the server does, which is semi-dumb, but i think also varies based on the type of data. |
As per getsentry/sentry-php#554 this limit was increased in |
While trying to get information about unauthorized webhook, i got truncated data in body section http://joxi.ru/GrqgnBRtQ8OY72 Sentry json http://joxi.ru/DrlVZMdIvJ68M2 has the same issue http://joxi.ru/l2Z6PYwswaYyl2
The text was updated successfully, but these errors were encountered: