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

Commit 7bd6a22

Browse files
chore: Update README, CHANGELOG and examples (#172)
1 parent b918e33 commit 7bd6a22

File tree

7 files changed

+180
-159
lines changed

7 files changed

+180
-159
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
## 0.0.6 - 2019-08-26
8+
9+
- Fixed TypeError in Safari, thanks @backjo (#167)
10+
711
## 0.0.5 - 2019-08-09
812

913
- Fixes to interaction tracker.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

examples/initial_load/kubernetes/oc-agent-cors.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
spec:
4444
containers:
4545
- name: oc-agent-container
46-
image: omnition/opencensus-agent:0.1.6
46+
image: omnition/opencensus-agent:0.1.10
4747
volumeMounts:
4848
- name: oc-agent-config-vol
4949
readOnly: true

examples/user_interaction/client/package-lock.json

Lines changed: 51 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/user_interaction/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"metrics"
1313
],
1414
"dependencies": {
15-
"@opencensus/web-instrumentation-zone": "^0.0.5",
15+
"@opencensus/web-instrumentation-zone": "^0.0.6",
1616
"react": "^16.8.6",
1717
"react-dom": "^16.8.6",
1818
"react-router-dom": "^5.0.1",

0 commit comments

Comments
 (0)