@@ -40,7 +40,7 @@ public class DataBrokerProtectionPixelsHandler: EventMapping<DataBrokerProtectio
40
40
. ipcServerImmediateScansFinishedWithError( error: let error) ,
41
41
. ipcServerAppLaunchedXPCError( error: let error) ,
42
42
. ipcServerAppLaunchedScheduledScansFinishedWithError( error: let error) :
43
- PixelKit . fire ( DebugEvent ( event, error: error) , frequency: . dailyAndCount , includeAppVersionParameter: true )
43
+ PixelKit . fire ( DebugEvent ( event, error: error) , frequency: . legacyDailyAndCount , includeAppVersionParameter: true )
44
44
case . ipcServerProfileSavedCalledByApp,
45
45
. ipcServerProfileSavedReceivedByAgent,
46
46
. ipcServerImmediateScansInterrupted,
@@ -50,7 +50,7 @@ public class DataBrokerProtectionPixelsHandler: EventMapping<DataBrokerProtectio
50
50
. ipcServerAppLaunchedScheduledScansBlocked,
51
51
. ipcServerAppLaunchedScheduledScansInterrupted,
52
52
. ipcServerAppLaunchedScheduledScansFinishedWithoutError:
53
- PixelKit . fire ( event, frequency: . dailyAndCount , includeAppVersionParameter: true )
53
+ PixelKit . fire ( event, frequency: . legacyDailyAndCount , includeAppVersionParameter: true )
54
54
case . parentChildMatches,
55
55
. optOutStart,
56
56
. optOutEmailGenerate,
@@ -122,7 +122,7 @@ public class DataBrokerProtectionPixelsHandler: EventMapping<DataBrokerProtectio
122
122
. entitlementCheckValid,
123
123
. entitlementCheckInvalid,
124
124
. entitlementCheckError:
125
- PixelKit . fire ( event, frequency: . dailyAndCount )
125
+ PixelKit . fire ( event, frequency: . legacyDailyAndCount )
126
126
}
127
127
}
128
128
}
0 commit comments