From 42fa10bb424155e3d0252307eafcf822fcf6b51e Mon Sep 17 00:00:00 2001 From: seaerchin <44049504+seaerchin@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:07:15 +0800 Subject: [PATCH] fix(rum): chnage service tag (#1822) --- 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,