From 6d670e43c8d9b2c4c234a7c35ee708c8e7dcc43d Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:20:53 -0400 Subject: [PATCH] CSR-1679 pass useragent to determine sourceDnis --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index 094421f0d..b5ae2e911 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1550,6 +1550,7 @@ export const actions = { endpoint: endpoints.SaveSession.url, payload: { submitAfterSave: context.state.submitAfterSave, + userAgent: navigator.userAgent, applicationUser: { crmCustomerId: applicationUser.crmCustomerId, experiments: applicationUser.experiments,