Skip to content

Commit

Permalink
openzipkin#268: Add optional 'X-B3-Flags' to the return type of Reque…
Browse files Browse the repository at this point in the history
…stZipkinHeaders
  • Loading branch information
Binh Le committed Oct 21, 2018
1 parent f4018c7 commit 4cdfa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zipkin/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ declare namespace zipkin {
['X-B3-SpanId']: string;
['X-B3-ParentSpanId']?: string;
['X-B3-Sampled']?: '1' | '0';
['X-B3-Flags']?: '1' | '0';
};
};

Expand Down

0 comments on commit 4cdfa39

Please sign in to comment.