Skip to content

Commit

Permalink
Document ignoreContextHeader configuration (#296)
Browse files Browse the repository at this point in the history
PR-URL: #296
  • Loading branch information
matthewloring authored Sep 9, 2016
1 parent f321ee9 commit 8c7f244
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ module.exports = {
// the network.
onUncaughtException: 'ignore',

// Allows to ignore the requests X-Cloud-Trace-Context -header if set
// EXPERIMENTAL:
// Allows to ignore the requests X-Cloud-Trace-Context -header if set. Setting this
// to true will cause traces generated by this module to appear separately from other
// distributed work done by other services on behalf of the same income request. Setting
// this will also cause sampling decisions made by other distributed components to be
// ignored. This is useful for aggregating traces generated by different cloud platform
// projects.
ignoreContextHeader: false
}
};

0 comments on commit 8c7f244

Please sign in to comment.