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

Fix generation of tracing-all-with-zone bundle script #151

Merged

Conversation

crdgonzalezca
Copy link
Contributor

Fix tracing-all-with-zone.js bundle script to take the Zone.js code with it.

@codecov-io
Copy link

codecov-io commented Aug 5, 2019

Codecov Report

Merging #151 into master will decrease coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #151      +/-   ##
=========================================
- Coverage   96.01%   95.9%   -0.11%     
=========================================
  Files          30      30              
  Lines         853     855       +2     
  Branches      147     148       +1     
=========================================
+ Hits          819     820       +1     
- Misses         34      35       +1
Impacted Files Coverage Δ
src/interaction-tracker.ts 96.26% <0%> (-0.94%) ⬇️
src/util.ts 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1597ba7...2b1eea7. Read the comment docs.

@@ -64,5 +64,5 @@
"@opencensus/web-instrumentation-zone-peer-dep": "^0.0.3",
"zone.js": "~0.9.1"
},
"sideEffects": false
"sideEffects": true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch here! And a good reason for this to be a separate package from the -peer-dep one!

@draffensperger draffensperger merged commit 3a7c206 into census-instrumentation:master Aug 5, 2019
@crdgonzalezca crdgonzalezca deleted the fix_scripts branch August 9, 2019 18:48
RenaultAI pushed a commit to RenaultAI/opencensus-web that referenced this pull request Nov 20, 2019
As per the consensus from census-instrumentation#151, rename interceptor to receiver
but also the related interfaces too and their methods.

Fixes census-instrumentation#166
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants