[fenix] For https://github.com/mozilla-mobile/fenix/issues/16076 - Add new "share_image" telemetry event

pull/600/head
Mugurell 4 years ago committed by ekager
parent 34196ed813
commit 0afd4bdae5

@ -495,7 +495,8 @@ sealed class Event {
"mozac.feature.contextmenu.save_image" to "save_image",
"mozac.feature.contextmenu.share_link" to "share_link",
"mozac.feature.contextmenu.copy_link" to "copy_link",
"mozac.feature.contextmenu.copy_image_location" to "copy_image_location"
"mozac.feature.contextmenu.copy_image_location" to "copy_image_location",
"mozac.feature.contextmenu.share_image" to "share_image"
)
}
}

Loading…
Cancel
Save