You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[request].data:
Optional. Submitted data in a format that makes the most sense. SDKs should discard large bodies by default. Can be given as string or structural data of any format.
We can use an io.LimitedReader and an io.MultiReader to limit the number of bytes the Sentry SDK reads, while still allowing the downstream handlers to read the full body.
See SDK development docs:
See sentry-dotnet implementation as a reference.
We can use an io.LimitedReader and an io.MultiReader to limit the number of bytes the Sentry SDK reads, while still allowing the downstream handlers to read the full body.
The limits should be applied at least in Request.FromHTTPRequest.
The text was updated successfully, but these errors were encountered: