Skip to content

Commit

Permalink
+ Adds: tab tracking to the analytics event
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Jan 30, 2024
1 parent 3a7b6d8 commit 3116c92
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 @@ class SiteMonitorUtils @Inject constructor(
analyticsTrackerWrapper.track(
AnalyticsTracker.Stat.SITE_MONITORING_TAB_SHOWN,
mapOf(
TAB_TRACK_KEY to siteMonitorType
TAB_TRACK_KEY to siteMonitorType.analyticsDescription
))
}

Expand Down

0 comments on commit 3116c92

Please sign in to comment.