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
Throwing the whole network request payload get truncated not ideal to investigate what’s happening. 512 character is very small if we want something like a call stack. The c# lib seems to be able to send a lot more characters.
My understanding is that Raygun support body of maximum size 128KB so about 256x time more than the raygun js
Hi, the payload seems to be truncated at 512 characters.
I believe it's coming from here:
https://github.com/MindscapeHQ/raygun4js/blob/master/src/raygun.js#L863
Is there any way to change this number via an option ?
The text was updated successfully, but these errors were encountered: