Skip to content

Commit

Permalink
Fixes some pixel names
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Mar 5, 2024
1 parent c2d39c1 commit 4ea52ac
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ enum NetworkProtectionPixelEvent: PixelKitEvent {
return "m_mac_netp_tunnel_start_failure"

case .networkProtectionTunnelUpdateAttempt:
return "m_mac_netp_tunnel_start_attempt"
return "m_mac_netp_tunnel_update_attempt"

case .networkProtectionTunnelUpdateSuccess:
return "m_mac_netp_tunnel_start_success"
return "m_mac_netp_tunnel_update_success"

case .networkProtectionTunnelUpdateFailure:
return "m_mac_netp_tunnel_start_failure"
return "m_mac_netp_tunnel_update_failure"

case .networkProtectionEnableAttemptConnecting:
return "m_mac_netp_ev_enable_attempt"
Expand Down

0 comments on commit 4ea52ac

Please sign in to comment.