We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using TracingInstrumentation, fetch requests with relative URLs are broken in sub-pages.
TracingInstrumentation
fetch
TracingIntrumentation
The request will be executed without any issue.
The request has a tampered URL relative to the sub-page.
The text was updated successfully, but these errors were encountered:
Fixed in opentelemetry.js via open-telemetry/opentelemetry-js#3670 and released wih 1.11.0
Sorry, something went wrong.
web-tracing needs to pull newer version of otel
Successfully merging a pull request may close this issue.
Description
When using
TracingInstrumentation
,fetch
requests with relative URLs are broken in sub-pages.Steps to reproduce
TracingIntrumentation
to the projectfetch
request with a relative URLfetch
requestExpected behavior
The request will be executed without any issue.
Actual behavior
The request has a tampered URL relative to the sub-page.
Environment
The text was updated successfully, but these errors were encountered: