From 3a83c17cdf7447edd29f81372005822886004cc2 Mon Sep 17 00:00:00 2001 From: Joe Farro Date: Thu, 1 Mar 2018 14:14:02 -0500 Subject: [PATCH] Change trace name fallback to be more informative Signed-off-by: Joe Farro --- src/constants/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.js b/src/constants/index.js index f00ae68547..d6515888f5 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -13,4 +13,4 @@ // limitations under the License. export const FALLBACK_DAG_MAX_NUM_SERVICES = 100; -export const FALLBACK_TRACE_NAME = ''; +export const FALLBACK_TRACE_NAME = '';