Sawyer Blatz 5 years ago committed by GitHub
parent 7cefeb4841
commit 2d9475c23d

@ -279,6 +279,14 @@ private val Event.wrapper
is Event.CollectionAddTabPressed -> EventWrapper<NoExtraKeys>(
{ Collections.addTabButton.record(it) }
)
is Event.CollectionSaved -> EventWrapper(
{ Collections.saved.record(it) },
{ Collections.savedKeys.valueOf(it) }
)
is Event.CollectionTabsAdded -> EventWrapper(
{ Collections.tabsAdded.record(it) },
{ Collections.tabsAddedKeys.valueOf(it) }
)
// Don't track other events with Glean
else -> null

Loading…
Cancel
Save