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
XeStreamObservable method OnEventRead(IXEvent xEvent) will wrap the XE Values into ProfilerEvent.Values which is further dispatched to current observers. However, the dictionary does not include the information from XE related to the 'Actions', only the 'Fields'.
XeStreamObservable
methodOnEventRead(IXEvent xEvent)
will wrap the XE Values intoProfilerEvent.Values
which is further dispatched to current observers. However, the dictionary does not include the information from XE related to the 'Actions', only the 'Fields'.sqltoolsservice/src/Microsoft.SqlTools.ServiceLayer/Profiler/ObservableXEventSession.cs
Line 139 in 18ded66
sqltoolsservice/src/Microsoft.SqlTools.ServiceLayer/Profiler/Contracts/ProfilerEvent.cs
Line 40 in 18ded66
The text was updated successfully, but these errors were encountered: