Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mayabose/usdr-gost
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabose committed Jan 24, 2024
2 parents 6908b5c + 0dc50da commit 1c4515e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,9 @@ if (window.APP_CONFIG?.GOOGLE_TAG_ID) {
store.watch((state) => state.users.loggedInUser, (newUser) => setUserForGoogleAnalytics(newUser));
}

<<<<<<< Updated upstream
<<<<<<< HEAD
store.watch((state) => state.users.loggedInUser, (newUser) => datadogRum.setUser({ id: newUser.id, 'agency.id': newUser.agency_id, 'role': newUser.role.name, 'organization.id': newUser.tenant_id }));
=======
store.watch((state) => state.users.loggedInUser, (newUser) => datadogRum.setUser({
id: newUser.id, 'agency.id': newUser.agency_id, role: newUser.role.name, 'organization.id': newUser.tenant_id,
}));
>>>>>>> addUserInfo
=======
store.watch((state) => state.users.loggedInUser, (newUser) => datadogRum.setUser({
id: newUser.id, 'agency.id': newUser.agency_id, role: newUser.role.name, 'organization.id': newUser.tenant_id,
}));
>>>>>>> Stashed changes

// Install BootstrapVue
Vue.use(BootstrapVue);
Expand Down

0 comments on commit 1c4515e

Please sign in to comment.