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
This commit implements the cause property on
the exception of an APM error. Cause can capture
chained exceptions, which are the chain of
inner exceptions for .NET.
Closeselastic#1267
This commit implements the cause property on
the exception of an APM error. Cause can capture
chained exceptions, which are the chain of
inner exceptions for .NET.
Avoid the allocation of an array and
copying of stacktrace framew when a stacktrace limit
> 0 is specified.
Closes#1267
The APM server error schema has a
"cause"
property that can be used to capture a collection of chained exceptions. Consider using this to capture inner exceptions of a captured exception.The text was updated successfully, but these errors were encountered: