For #2688: Corrects extra key of library selected item telemetry

nightly-build-test
Sawyer Blatz 5 years ago committed by Jeff Boek
parent 394a207fea
commit 22ca1b88a0

@ -108,7 +108,7 @@ sealed class Event {
// Interaction Events
data class LibrarySelectedItem(val item: String) : Event() {
override val extras: Map<String, String>?
get() = mapOf("source" to item)
get() = mapOf("item" to item)
}
data class ErrorPageVisited(val errorType: ErrorType) : Event() {

Loading…
Cancel
Save