Using 3.8.3 Trace Functions Correctly #2543
-
Hello I have recently switched from v3.6 to v3.8 and I am not sure I am using the trace functionality correctly. I started off with the async server examples
here are the trace functions
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
With the sample code above, those trace functions are never called. I am sure I have not set things up correctly and would love to know where I went wrong Thanks! |
Beta Was this translation helpful? Give feedback.
-
Just checked the code, seems we "lost" some code. V3.8.3 do not support server side tracing only client side. Thanks for finding this, the problem is simply missing parameter passing, a pull request will be made shortly. |
Beta Was this translation helpful? Give feedback.
-
Created an issue for tracking: #2543 |
Beta Was this translation helpful? Give feedback.
-
Your code is correct, and the problem is solved on dev and will be part of an upcoming v3.8.4 |
Beta Was this translation helpful? Give feedback.
Just checked the code, seems we "lost" some code.
V3.8.3 do not support server side tracing only client side.
Thanks for finding this, the problem is simply missing parameter passing, a pull request will be made shortly.