11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < title > OpenCensus Web User Interaction tracing</ title >
5- < meta charset ="utf-8 " />
6- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7- < meta name ="theme-color " content ="#000000 " />
8- <!--
3+
4+ < head >
5+ < title > OpenCensus Web User Interaction tracing</ title >
6+ < meta charset ="utf-8 " />
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8+ < meta name ="theme-color " content ="#000000 " />
9+ <!--
910 manifest.json provides metadata used when your web app is installed on a
1011 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1112 -->
12- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
13- <!-- Load bootstrap to see a resource load span -->
14- < link
15- href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css "
16- rel ="stylesheet "
17- integrity ="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB "
18- crossorigin ="anonymous ">
19- </ head >
20- < body >
21- < h1 > OpenCensus Web User Interaction Tracing!</ h1 >
13+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
14+ <!-- Load bootstrap to see a resource load span -->
15+ < link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css " rel ="stylesheet "
16+ integrity ="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB " crossorigin ="anonymous ">
17+ </ head >
18+
19+ < body >
20+ < h1 > OpenCensus Web User Interaction Tracing!</ h1 >
21+
22+ < p >
23+ This example demonstrates client side browser spans in the same trace for an initial page load
24+ and user iteractions.
25+ </ p >
26+ < p >
27+ Sample application that shows how user interaction tracing works.
28+ </ p >
29+ < p >
30+ The idea of this example is to show a series of network calls to Node.js backend and JS executions
31+ when a button is clicked. Also, adds a route transition to show this use case and see the 'navigation'
32+ naming approach.
33+ </ p >
34+ < div id ="root "> </ div >
35+ </ body >
2236
23- < p > This example demonstrates client side browser spans in the same trace as
24- server side spans for an initial page load and user iteractions.</ p >
25- < p > The idea of this example is to show a series of network calls to Node.js backend when a button is clicked.
26- This example will shows how user interaction tracing works.
27- </ p >
28- < div id ="root "> </ div >
29- </ body >
30- </ html >
37+ </ html >
0 commit comments