Hi Team, Am trying to instrument .NET 4.8 application, which is using the Asp.net SignalR application that is using websocket. When accessing this application, the AppD profiler is getting loaded successfully. But I didn't see any measures in the controller. Please check the below URL (XHR Request) I am expecting in the controller. GET /signalr/connect transport=webSockets&clientProtocol=2.1&connectionToken=VRaaiTyPGpv6nQYxV59QI3x6IGjDEvSSCf1ANWpXALK0c6DjkOh9vFnl5MPGlMl4qJWFSAYWcx0HIpiIHBb0HOGSeawT%2FofowF35o5aqOAgrzeYeaAs9spjxBBg6qknK&connectionData=%5B%7B%22name%22%3A%22chathub%22%7D%5D&tid=10 Apart from custom instrumentation since I don't know the application class and function information, is there a way to capture this transaction?
... View more