@@ -215,8 +215,8 @@ trace sample rate via an `ocSampleRate` global variable as well.
215215 // By default this is set to sample 1/10000 requests.
216216 ocSampleRate = 1.0 ;
217217 </script >
218- <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.5 /dist/initial-load-all.js"
219- integrity =" sha384-Yjf1HlvVBAtNApsvjYTZEJj9zLfUCfSJkLMseUTmRivMj92Ri2OKnfb2kkyGqdil "
218+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.6 /dist/initial-load-all.js"
219+ integrity =" sha384-i4hXJgWcpVndlEbWiKDJq59jlTuis+dNeFlf0XcPxM7We2mpA5msdPCFnFaPeI0w "
220220 async crossorigin =" anonymous" >
221221 </script >
222222 </body >
@@ -248,7 +248,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
248248 (e.g. React, etc.):
249249 ``` html
250250 ...
251- <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.5 /dist/tracing-all-with-zone.js"
251+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.6 /dist/tracing-all-with-zone.js"
252252 integrity =" sha384-0Y5xp9Nl9nmXYL7GgTb0sz8HmFxRYlh+8wWgks5qb1NCg9h7XiKogm15uIbVaXrN"
253253 async crossorigin =" anonymous" >
254254 </script >
@@ -258,7 +258,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
258258 - If your application uses the `Zone.js` library, the case for `Angular` apps:
259259 ```html
260260 ...
261- <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.5 /dist/tracing-all-zone-peer-dep.js"
261+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.6 /dist/tracing-all-zone-peer-dep.js"
262262 integrity =" sha384-IPZy89j7zcXj4WDrW+XWl2mRrN7tqhdMcHgRsvK+dVNrofnyxPvI5OcX1kni4FWt"
263263 async crossorigin =" anonymous" >
264264 </script >
@@ -334,8 +334,8 @@ variable. The `traceparent` variable should be in the
334334 // We don't need to specify `ocSampleRate` since the trace sampling decision
335335 // is coming from the `traceparent` global variable instead.
336336 </script >
337- <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.5 /dist/initial-load-all.js"
338- integrity =" sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o "
337+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.6 /dist/initial-load-all.js"
338+ integrity =" sha384-i4hXJgWcpVndlEbWiKDJq59jlTuis+dNeFlf0XcPxM7We2mpA5msdPCFnFaPeI0w "
339339 async crossorigin =" anonymous" >
340340 </script >
341341</body >
@@ -356,8 +356,8 @@ In case you want to use trace user interactions:
356356 // We don't need to specify `ocSampleRate` since the trace sampling decision
357357 // is coming from the `traceparent` global variable instead.
358358 </script >
359- <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.5 /dist/tracing-all-with-zone.js"
360- integrity =" sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o "
359+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.6 /dist/tracing-all-with-zone.js"
360+ integrity =" sha384-0Y5xp9Nl9nmXYL7GgTb0sz8HmFxRYlh+8wWgks5qb1NCg9h7XiKogm15uIbVaXrN "
361361 async crossorigin =" anonymous" >
362362 </script >
363363</body >
0 commit comments