Skip to content

Commit 41aac68

Browse files
fix(app-rfi): ga track default disabled for pii
1 parent 2e8c24f commit 41aac68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app-rfi/src/core/utils/useDataLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const useTryGAEvent = () => {
1010
if (dataLayerEnabled) {
1111
return fn;
1212
}
13+
// UDS-1943 : allow some fields to be exempted from data layer (PII)
1314
// return NOOP function
1415
return () => {};
1516
};

0 commit comments

Comments
 (0)