From 8086c97f444fd9621c3500c8e97a238855041b8d Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 19 Dec 2024 11:52:33 -0800 Subject: [PATCH] Update pixel prefixes. --- DuckDuckGo/Statistics/GeneralPixel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DuckDuckGo/Statistics/GeneralPixel.swift b/DuckDuckGo/Statistics/GeneralPixel.swift index ef2d65455c..0c24d26481 100644 --- a/DuckDuckGo/Statistics/GeneralPixel.swift +++ b/DuckDuckGo/Statistics/GeneralPixel.swift @@ -476,10 +476,10 @@ enum GeneralPixel: PixelKitEventV2 { return "m_mac_crash_on_handlers_setup" case .crashReportCRCIDMissing: - return "crashreporting_crcid-missing" + return "m_mac_crashreporting_crcid-missing" case .crashReportingSubmissionFailed: - return "crashreporting_submission-failed" + return "m_mac_crashreporting_submission-failed" case .compileRulesWait(onboardingShown: let onboardingShown, waitTime: let waitTime, result: let result): return "m_mac_cbr-wait_\(onboardingShown)_\(waitTime)_\(result)"