Skip to content

Commit

Permalink
Add params to latency pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 21, 2023
1 parent 3f72a9e commit fb16b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ final class NetworkProtectionPacketTunnelProvider: PacketTunnelProvider {
PixelParameters.server: server,
PixelParameters.networkType: networkType.rawValue
]
Pixel.fire(pixel: .networkProtectionLatency)
Pixel.fire(pixel: .networkProtectionLatency, withAdditionalParameters: params)
case .rekeyCompleted:
Pixel.fire(pixel: .networkProtectionRekeyCompleted)
}
Expand Down

0 comments on commit fb16b56

Please sign in to comment.