Skip to content

Commit f1a3d4f

Browse files
committed
Enqueue rekey pixel
1 parent 584742c commit f1a3d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network-protection/network-protection-impl/src/main/java/com/duckduckgo/networkprotection/impl/pixels/NetworkProtectionPixelNames.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ enum class NetworkProtectionPixelNames(
4949
NETP_LATENCY_REPORT("m_netp_ev_latency_c"),
5050
NETP_REPORT_POOR_LATENCY_DAILY("m_netp_ev_poor_latency_d"),
5151
NETP_REPORT_LATENCY_ERROR_DAILY("m_netp_ev_latency_error_d"),
52-
NETP_REKEY_COMPLETED("m_netp_ev_rekey_completed_c"),
53-
NETP_REKEY_COMPLETED_DAILY("m_netp_ev_rekey_completed_d"),
52+
NETP_REKEY_COMPLETED("m_netp_ev_rekey_completed_c", enqueue = true),
53+
NETP_REKEY_COMPLETED_DAILY("m_netp_ev_rekey_completed_d", enqueue = true),
5454
NETP_VPN_CONFLICT_SHOWN("m_netp_imp_vpn_conflict_dialog_c"),
5555
NETP_VPN_CONFLICT_SHOWN_DAILY("m_netp_imp_vpn_conflict_dialog_d"),
5656
NETP_ALWAYSON_CONFLICT_SHOWN("m_netp_imp_always_on_conflict_dialog_c"),

0 commit comments

Comments
 (0)