From 73ebc24a54934607b699d639b22e28ae60ded0a9 Mon Sep 17 00:00:00 2001 From: seaerchin Date: Wed, 6 Mar 2024 16:50:06 +0800 Subject: [PATCH] fix(rum): chnage service tag --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index bb54f06dd..539b94778 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -57,7 +57,7 @@ if (REACT_APP_ENV === "staging" || REACT_APP_ENV === "production") { applicationId: REACT_APP_DATADOG_APP_ID, clientToken: REACT_APP_DATADOG_CLIENT_TOKEN, site: "datadoghq.com", - service: "isomercms-frontend", + service: "isomer-infra", env: REACT_APP_ENV, // Specify a version number to identify the deployed version of your application in Datadog version: REACT_APP_VERSION,