Skip to content

Commit

Permalink
Update pixel prefixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 19, 2024
1 parent 131659a commit 8086c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/Statistics/GeneralPixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 8086c97

Please sign in to comment.