CSR-1679
pass useragent to determine sourceDnis
This commit is contained in:
parent
a9b2972405
commit
6d670e43c8
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue