From e2c1d34086ae88d6764906474978bac48f906c2a Mon Sep 17 00:00:00 2001 From: Kelvin Jin Date: Thu, 1 Nov 2018 14:48:49 -0700 Subject: [PATCH] doc: modify docs --- src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 46162432b..526b1de67 100644 --- a/src/config.ts +++ b/src/config.ts @@ -147,7 +147,8 @@ export interface Config { * are available: * 'default' -- Trace context will be propagated for incoming requests that * contain the context header. A new trace will be created for requests - * without trace context headers. + * without trace context headers. All traces are still subject to local + * sampling and url filter policies. * 'require' -- Same as default, but traces won't be created for requests * without trace context headers. This should not be set for end user-facing * services, as this header is usually set by other traced services rather