Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Relate user interaction traces back to the initial page load trace #145

Conversation

crdgonzalezca
Copy link
Contributor

  • Add initia_load_trace_id to every the user interaction root spans and the initial load root span. This allows the customer to search all traces related to a whole navigation through the initial page.
  • Add a link to the initial load trace so the customers can easily go back to the initial trace.

Here is an example on how the user interaction trace looks like:
image

@codecov-io
Copy link

codecov-io commented Jul 26, 2019

Codecov Report

Merging #145 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #145      +/-   ##
=========================================
+ Coverage   95.88%   95.9%   +0.01%     
=========================================
  Files          30      30              
  Lines         851     855       +4     
  Branches      148     148              
=========================================
+ Hits          816     820       +4     
  Misses         35      35
Impacted Files Coverage Δ
src/on-page-interaction-stop-watch.ts 100% <0%> (ø) ⬆️
src/initial-load-root-span.ts 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14d9c91...e31b41b. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants