Skip to content

Commit

Permalink
fixup! Add logs and telemetry for Entry Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews-moc committed Oct 31, 2024
1 parent 37004fe commit 78aa3f2
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ internal class EntryWidgetAdapter(
)

init {
Logger.d(TAG, "Creating an EntryWidget for $viewType")
when (viewType) {
EntryWidgetContract.ViewType.BOTTOM_SHEET,
EntryWidgetContract.ViewType.EMBEDDED_VIEW -> Logger.d(TAG, "Creating an EntryWidget for $viewType")

else -> { /* No need to send a log */
}
}
}

companion object {
Expand Down

0 comments on commit 78aa3f2

Please sign in to comment.