I am looking at open tracing implementations to trace the application to JaegerUI. Our application Front end is angular, backend end is Asp.net Web api.
I am able to trace the webapi using Jaeger C# nuget packages. However, I have not found a way/ npm package to trace the angular trace messages to Jaeger.
I understand there's a Jaeger npm package for node.js(server) but not for client javascript/typescript that runs in browser.
Could you let me know how can we implement opentracing with Jaeger at front end(Javascript/angular)- so that we can see the full span traced (front end to backend) in Jaeger