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
Perhaps it ought to be, but GetCallstack is exported so as a workaround you could call it after NewExceptionTelemetry (after, i suppose, incurring a bit of additional overhead).
I have some abstractions on the telemetries functions, thus the "Failed method" will always be the abstractions, and not the actual failed method.
If I'll set the skip to 3, then it will ignore my abstraction methods in the call stack, and I will get my desired output.
Currently I'm setting the skip=3 by explicitly defining
ExceptionTelemetry
.Any reason the skip argument shouldn't be exported?
Using ApplicationInsights-Go v0.4.3 on go1.13.
Thanks
The text was updated successfully, but these errors were encountered: