Skip to content

Commit

Permalink
remove keyboard triggered pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Apr 12, 2024
1 parent 96fe16f commit 0542999
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Core/PixelEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ extension Pixel {

case deviceOrientationLandscape

case keyboardTriggeredOpen
case keyboardTriggeredClosed
case keyboardGoWhileOnNTP
case keyboardGoWhileOnWebsite
case keyboardGoWhileOnSERP
Expand Down Expand Up @@ -694,8 +692,6 @@ extension Pixel.Event {

case .deviceOrientationLandscape: return "m_device_orientation_landscape"

case .keyboardTriggeredOpen: return "m_keyboard_triggered_open"
case .keyboardTriggeredClosed: return "m_keyboard_triggered_close"
case .keyboardGoWhileOnNTP: return "m_keyboard_go_click_ntp"
case .keyboardGoWhileOnWebsite: return "m_keyboard_go_click_website"
case .keyboardGoWhileOnSERP: return "m_keyboard_go_click_serp"
Expand Down

0 comments on commit 0542999

Please sign in to comment.