Skip to content

Commit 79f410a

Browse files
committed
Merge branch 'main' into ph-20250214-0444-paul
2 parents 0e208b6 + addcc16 commit 79f410a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

dotcom-rendering/src/components/SignInGate/gateDesigns/SignInGateAuxia.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,10 @@ export const SignInGateAuxia = ({
7575
renderingTarget,
7676
abTest,
7777
);
78-
logTreatmentInteractionCall(
78+
await logTreatmentInteractionCall(
7979
'CLICKED',
8080
'PRIVACY-BUTTON',
81-
).catch((error) => {
82-
console.error(
83-
'Failed to log treatment interaction:',
84-
error,
85-
);
86-
});
81+
);
8782
}}
8883
>
8984
privacy settings

0 commit comments

Comments
 (0)