We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7d8f9e + 9c758b8 commit 3a89ebdCopy full SHA for 3a89ebd
src/scripts/extensions/authenticationHelper.ts
@@ -67,6 +67,8 @@ export class AuthenticationHelper {
67
let writeableCookies = this.isThirdPartyCookiesEnabled(response.data);
68
getInfoEvent.setCustomProperty(Log.PropertyName.Custom.WriteableCookies, writeableCookies);
69
70
+ getInfoEvent.setCustomProperty(Log.PropertyName.Custom.UserUpdateReason, UpdateReason[updateReason]);
71
+
72
if (isValidUser) {
73
this.user.set({ user: response.data, lastUpdated: response.lastUpdated, updateReason: updateReason, writeableCookies: writeableCookies });
74
} else {
0 commit comments