From d3518a961b74fcaa236332b582a39b4745bed886 Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Thu, 4 May 2023 10:20:51 -0600 Subject: [PATCH] fix(frontend): update honeycomb notification (#2482) --- web/src/constants/DataStore.constants.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/constants/DataStore.constants.tsx b/web/src/constants/DataStore.constants.tsx index 05e39d2dbc..5a176d2942 100644 --- a/web/src/constants/DataStore.constants.tsx +++ b/web/src/constants/DataStore.constants.tsx @@ -66,4 +66,5 @@ export const NoTestConnectionDataStoreList = [ SupportedDataStores.Lightstep, SupportedDataStores.Datadog, SupportedDataStores.NewRelic, + SupportedDataStores.Honeycomb, ];