Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Avoid mutation of user's tags#348

Merged
yurishkuro merged 2 commits intojaegertracing:masterfrom
fapspirit:tag_mutation_fix
Apr 23, 2019
Merged

Avoid mutation of user's tags#348
yurishkuro merged 2 commits intojaegertracing:masterfrom
fapspirit:tag_mutation_fix

Conversation

@fapspirit
Copy link
Copy Markdown
Contributor

Signed-off-by: Anton Fedorov [email protected]

Which problem is this PR solving?

Short description of the changes

  • Clone options.tags before assignment due to unnecessary mutations inside Tracer

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 24, 2019

Codecov Report

Merging #348 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   99.12%   99.12%           
=======================================
  Files          44       44           
  Lines        1717     1717           
  Branches      337      337           
=======================================
  Hits         1702     1702           
  Misses         15       15
Impacted Files Coverage Δ
src/tracer.js 100% <100%> (ø) ⬆️

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 25df0a7...1a503dc. Read the comment docs.

Clone `options.tags` before assignment due to unnecessary mutations
inside `Tracer` (jaegertracing#345)

Signed-off-by: Fedorov Anton <[email protected]>
Copy link
Copy Markdown
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

thanks!

@yurishkuro yurishkuro merged commit a12692c into jaegertracing:master Apr 23, 2019
Iuriy-Budnikov pushed a commit to agile-pm/jaeger-client-node that referenced this pull request Sep 25, 2021
* chore: add plugin developer guide

* chore: add a link to example plugin
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.

2 participants