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

Update SpanContext.php #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Trace/SpanContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ class SpanContext
* @var bool|null Whether or not tracing is enabled for this request.
*/
private $enabled;

/**
* @var bool Whether or not the context was detected from an incoming header.
*/
private $fromHeader;

/**
* Creates a new SpanContext instance
Expand Down