[tracking issue] Ability to trace web apps #723
Labels
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
meta-issue
An tracking issue that requires work in other repos
Currently Jaeger does not directly support starting traces from the web browsers, although it is theoretically possible by using zipkin-js client (however it would force the rest of the services into zipkin's B3 headers).
The following is required:
The user application that would serve the Web app would either need to set up CORS headers to allow Jaeger client to submit traces to a different address, or to proxy those submissions to Jaeger collector.
The text was updated successfully, but these errors were encountered: