From f958598f58b244c95610cc3a07f4cbddbda8e470 Mon Sep 17 00:00:00 2001 From: Sandeep Date: Thu, 21 Mar 2024 16:52:28 +0800 Subject: [PATCH] chore: :zap: updated trackjs app name --- src/theme/Root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/Root.tsx b/src/theme/Root.tsx index 6cf990d89..05c955eee 100644 --- a/src/theme/Root.tsx +++ b/src/theme/Root.tsx @@ -15,7 +15,7 @@ type TRootProps = { if (siteConfig.customFields.trackJsToken) { TrackJS.install({ - application: 'api.deriv.com', + application: 'api-deriv-com', token: siteConfig.customFields.trackJsToken.toString(), }); } else {