Skip to content

Commit

Permalink
fix(rum): chnage service tag (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin authored Mar 7, 2024
1 parent 99949cc commit 42fa10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 42fa10b

Please sign in to comment.