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

Commit

Permalink
Fix SHA integrity for initial load and tracing-all-with-zone scripts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
draffensperger committed Aug 13, 2019
1 parent c00a831 commit 4368ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
ocSampleRate = 1.0;
</script>
<script src="https://unpkg.com/@opencensus/web-scripts@0.0.5/dist/initial-load-all.js"
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
integrity="sha384-Yjf1HlvVBAtNApsvjYTZEJj9zLfUCfSJkLMseUTmRivMj92Ri2OKnfb2kkyGqdil"
async crossorigin="anonymous">
</script>
</body>
Expand Down Expand Up @@ -249,7 +249,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
```html
...
<script src="https://unpkg.com/@opencensus/web-scripts@0.0.5/dist/tracing-all-with-zone.js"
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
integrity="sha384-0Y5xp9Nl9nmXYL7GgTb0sz8HmFxRYlh+8wWgks5qb1NCg9h7XiKogm15uIbVaXrN"
async crossorigin="anonymous">
</script>
</body>
Expand Down

0 comments on commit 4368ac9

Please sign in to comment.