#
@polywrap/tracing-js#
Steps to use tracingRun the zipkin client using docker
Enable tracing when creating the
PolywrapClient
Or you can turn on tracing while running the
PolywrapClient
by calling thetracingEnabled
method ofPolywrapClient
.Once you run the app and started producing logs, go to zipkin client which is running on
http://localhost:9411
. There you can clickRUN QUERY
button without any filters to show all the logs.