Skip to content

Commit

Permalink
Update CRC ID pixel names.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 19, 2024
1 parent ab1d21a commit c7309d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Core/PixelEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1459,8 +1459,8 @@ extension Pixel.Event {

case .dbCrashDetected: return "m_d_crash"
case .dbCrashDetectedDaily: return "m_d_crash_daily"
case .crashReportCRCIDMissing: return "crashreporting_crcid-missing"
case .crashReportingSubmissionFailed: return "crashreporting_submission-failed"
case .crashReportCRCIDMissing: return "m_crashreporting_crcid-missing"
case .crashReportingSubmissionFailed: return "m_crashreporting_submission-failed"
case .crashOnCrashHandlersSetUp: return "m_d_crash_on_handlers_setup"
case .dbMigrationError: return "m_d_dbme"
case .dbRemovalError: return "m_d_dbre"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"branch" : "jjackson/crcid-send-receive-support",
"revision" : "c28ed68c83ae296c7b11ec35a02bf1eb04c4b2b6"
"revision" : "88449bbcda989f3bd71dd7978b283328d0ab2234"
}
},
{
Expand Down

0 comments on commit c7309d6

Please sign in to comment.