This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(multiple): 0.0.5 release proposal (#160)
- Loading branch information
1 parent
d617bce
commit 1abe82d
Showing
20 changed files
with
85 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,7 +215,7 @@ trace sample rate via an `ocSampleRate` global variable as well. | |
// By default this is set to sample 1/10000 requests. | ||
ocSampleRate = 1.0; | ||
</script> | ||
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/initial-load-all.js" | ||
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/initial-load-all.js" | ||
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o" | ||
async crossorigin="anonymous"> | ||
</script> | ||
|
@@ -248,7 +248,7 @@ trace sample rate via an `ocSampleRate` global variable as well. | |
(e.g. React, etc.): | ||
```html | ||
... | ||
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone.js" | ||
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone.js" | ||
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o" | ||
async crossorigin="anonymous"> | ||
</script> | ||
|
@@ -258,7 +258,7 @@ trace sample rate via an `ocSampleRate` global variable as well. | |
- If your application uses the `Zone.js` library, the case for `Angular` apps: | ||
```html | ||
... | ||
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone-peer-dep.js" | ||
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone-peer-dep.js" | ||
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o" | ||
async crossorigin="anonymous"> | ||
</script> | ||
|
@@ -334,7 +334,7 @@ variable. The `traceparent` variable should be in the | |
// We don't need to specify `ocSampleRate` since the trace sampling decision | ||
// is coming from the `traceparent` global variable instead. | ||
</script> | ||
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/initial-load-all.js" | ||
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/initial-load-all.js" | ||
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o" | ||
async crossorigin="anonymous"> | ||
</script> | ||
|
@@ -356,7 +356,7 @@ In case you want to use trace user interactions: | |
// We don't need to specify `ocSampleRate` since the trace sampling decision | ||
// is coming from the `traceparent` global variable instead. | ||
</script> | ||
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone.js" | ||
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone.js" | ||
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o" | ||
async crossorigin="anonymous"> | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.0.4" | ||
"version": "0.0.5" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 11 additions & 34 deletions
45
packages/opencensus-web-exporter-ocagent/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 11 additions & 34 deletions
45
packages/opencensus-web-instrumentation-perf/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/opencensus-web-instrumentation-zone-peer-dep/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.