Skip to content

Follow trace from frontend to backend #1842

Answered by obecny
pascalbe-dev asked this question in Q&A
Discussion options

You must be logged in to vote

To "connect" frontend and backend you need to configure some propagator - it doesn't look like you have it.
Check examples/tracer-web you will find things like B3Propagator
for example

provider.register({
  propagator: new B3Propagator(),
});

Not sure about java backend if they propagate this by default or not, I can assume only it should work fine.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pascalbe-dev
Comment options

@Flarna
Comment options

@pascalbe-dev
Comment options

Answer selected by vmarchaud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants