[fenix] For https://github.com/mozilla-mobile/fenix/issues/2688: Corrects extra key of library selected item telemetry

pull/600/head
Sawyer Blatz 5 years ago committed by Jeff Boek
parent cec1917e4b
commit 2ac0a8a94d

@ -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