@@ -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.6 /dist/initial-load-all.js"
219- integrity =" sha384-i4hXJgWcpVndlEbWiKDJq59jlTuis+dNeFlf0XcPxM7We2mpA5msdPCFnFaPeI0w "
218+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.7 /dist/initial-load-all.js"
219+ integrity =" sha384-IRF14Fru3e56WqS/NSK/tIqe8eU5ISYAWuArwIige2xagIyEofDydPWvyz1O6Tyd "
220220 async crossorigin =" anonymous" >
221221 </script >
222222 </body >
@@ -248,8 +248,8 @@ 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.6 /dist/tracing-all-with-zone.js"
252- integrity =" sha384-0Y5xp9Nl9nmXYL7GgTb0sz8HmFxRYlh+8wWgks5qb1NCg9h7XiKogm15uIbVaXrN "
251+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.7 /dist/tracing-all-with-zone.js"
252+ integrity =" sha384-Ev17Xogwh4ZeYjMR3Bk/2evQt4lFkK3wNmaqVIsihf5odhOAA5Uroq/o8epjrb8b "
253253 async crossorigin =" anonymous" >
254254 </script >
255255 </body >
@@ -258,8 +258,8 @@ 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.6 /dist/tracing-all-zone-peer-dep.js"
262- integrity =" sha384-IPZy89j7zcXj4WDrW+XWl2mRrN7tqhdMcHgRsvK+dVNrofnyxPvI5OcX1kni4FWt "
261+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.7 /dist/tracing-all-zone-peer-dep.js"
262+ integrity =" sha384-98qotOMH5C0Pbew7R2i8JAQ3Mz0dTP3H25DDXbl4ONcA52mKLqPgIAitUlr64C/q "
263263 async crossorigin =" anonymous" >
264264 </script >
265265 </body >
@@ -337,8 +337,8 @@ variable. The `traceparent` variable should be in the
337337 // We don't need to specify `ocSampleRate` since the trace sampling decision
338338 // is coming from the `traceparent` global variable instead.
339339 </script >
340- <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.6 /dist/initial-load-all.js"
341- integrity =" sha384-i4hXJgWcpVndlEbWiKDJq59jlTuis+dNeFlf0XcPxM7We2mpA5msdPCFnFaPeI0w "
340+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.7 /dist/initial-load-all.js"
341+ integrity =" sha384-IRF14Fru3e56WqS/NSK/tIqe8eU5ISYAWuArwIige2xagIyEofDydPWvyz1O6Tyd "
342342 async crossorigin =" anonymous" >
343343 </script >
344344</body >
@@ -359,8 +359,8 @@ In case you want to use trace user interactions:
359359 // We don't need to specify `ocSampleRate` since the trace sampling decision
360360 // is coming from the `traceparent` global variable instead.
361361 </script >
362- <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.6 /dist/tracing-all-with-zone.js"
363- integrity =" sha384-0Y5xp9Nl9nmXYL7GgTb0sz8HmFxRYlh+8wWgks5qb1NCg9h7XiKogm15uIbVaXrN "
362+ <script src =" https://unpkg.com/@opencensus/web-scripts@0.0.7 /dist/tracing-all-with-zone.js"
363+ integrity =" sha384-Ev17Xogwh4ZeYjMR3Bk/2evQt4lFkK3wNmaqVIsihf5odhOAA5Uroq/o8epjrb8b "
364364 async crossorigin =" anonymous" >
365365 </script >
366366</body >
0 commit comments