Skip to content

Commit

Permalink
Pushed state of all experimental features into metadata to aid debugg…
Browse files Browse the repository at this point in the history
…ing issues. See GPXIN-18
  • Loading branch information
bentasker committed Jan 13, 2015
1 parent ea35449 commit 644d497
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GPXIngest.class.php
Expand Up @@ -484,6 +484,9 @@ public function ingest(){
// Add a version number so the object can be used to identify which stats will/won't be present
$this->journey->metadata->GPXIngestVersion = $this->ingest_version;

// Add a list of the supported experimental features and whether they were enabled
$this->journey->metadata->experimentalFeatureState = $this->listExperimental();

$this->writeSuppressionMetadata();

// XML Ingest and conversion done!
Expand Down

0 comments on commit 644d497

Please sign in to comment.