Tutorial: Adding distributed tracing instrumentation to a browser JavaScript app 

11 min read

In recent years, many developers have discovered the power of distributed tracing for debugging regressions and performance issues in their backend systems, especially for those of us with complex microservices architectures. But in many organizations, our most complex code may not be server-side code — it’s just as likely to be running client-side in a Read more

1 Comment