@elliemae/pui-app-sdk 5.30.0-rc.4 → 5.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -158,9 +158,7 @@ const authorize = async ({
|
|
|
158
158
|
const logRocket = (0, import_logrocket.getLogRocket)();
|
|
159
159
|
if (logRocket) {
|
|
160
160
|
const eventData = {
|
|
161
|
-
name: userName
|
|
162
|
-
...(0, import_web_analytics.getBAEventParameters)(),
|
|
163
|
-
...(0, import_helpers.getProductAppDetails)()
|
|
161
|
+
name: userName
|
|
164
162
|
};
|
|
165
163
|
logRocket.identify(userKey, eventData);
|
|
166
164
|
logRocket.track("login", eventData);
|
|
@@ -137,9 +137,7 @@ const authorize = async ({
|
|
|
137
137
|
const logRocket = getLogRocket();
|
|
138
138
|
if (logRocket) {
|
|
139
139
|
const eventData = {
|
|
140
|
-
name: userName
|
|
141
|
-
...getBAEventParameters(),
|
|
142
|
-
...getProductAppDetails()
|
|
140
|
+
name: userName
|
|
143
141
|
};
|
|
144
142
|
logRocket.identify(userKey, eventData);
|
|
145
143
|
logRocket.track("login", eventData);
|