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
The max stack frame size is cutting off the interesting bits of my Exception. If you could make that value at least configurable somehow or make it a public static value that I could set on application start that would allow me to capture more Exception details than I'm getting now. The value is currently hardcoded to 50. I haven't found any XRay docs stating 50 is a limit for the stack frame limit.
The max stack frame size is cutting off the interesting bits of my Exception. If you could make that value at least configurable somehow or make it a public static value that I could set on application start that would allow me to capture more Exception details than I'm getting now. The value is currently hardcoded to 50. I haven't found any XRay docs stating 50 is a limit for the stack frame limit.
https://github.com/aws/aws-xray-sdk-dotnet/blob/191a7f085cbb8eb3e2a2121754d057db1f095e05/sdk/src/Core/Internal/Entities/Cause.cs
The text was updated successfully, but these errors were encountered: