how to propagate trace id for fetch instrumentation to backend services #4910
Unanswered
krishnaexplore
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to propagate trace id for fetch instrumentation to backend services
propagateTraceHeaderCorsUrls: [new RegExp('https://env1.example.co/*')],
. this is not working , but in local it is workingpropagateTraceHeaderCorsUrls: [new RegExp('http://localhost:8080/*')]
,Beta Was this translation helpful? Give feedback.
All reactions