-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
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
feat(instrumentation-document-load): documentLoad attributes enhancement #441
feat(instrumentation-document-load): documentLoad attributes enhancement #441
Conversation
assert.strictEqual(rootSpan.name, 'documentFetch'); | ||
assert.strictEqual(fetchSpan.name, 'documentLoad'); | ||
assert.strictEqual(fetchSpan.name, 'documentFetch'); | ||
assert.strictEqual(rootSpan.name, 'documentLoad'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documentLoad
span is the root one so I think previous names were mistaken?
Codecov Report
@@ Coverage Diff @@
## main #441 +/- ##
=======================================
Coverage 95.24% 95.25%
=======================================
Files 133 133
Lines 8252 8254 +2
Branches 810 810
=======================================
+ Hits 7860 7862 +2
Misses 392 392
|
plugins/web/opentelemetry-instrumentation-document-load/src/documentLoad.ts
Outdated
Show resolved
Hide resolved
89a2495
to
80a6915
Compare
Approved this user to run tests in our CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@dyladan I had to merge |
Only needs to be done for first run. Everything after that works fine. |
Which problem is this PR solving?
This PR answers questions:
http.url
and),page_title
http.user_agent
).