Status: development
This instrumentation has the ability to generate events when the user performs click actions. A click is not differentiated from touch or other input pointer events.
When an Activity becomes active, the instrumentation begins tracking its window by registering a callback that receives events.
This instrumentation is not currently enabled by default.
Data produced by this instrumentation will have an instrumentation scope
name of io.opentelemetry.android.instrumentation.view.click.
This instrumentation produces the following telemetry:
-
Type: Event
-
Name:
app.screen.click -
Description: This event is emitted when the user taps or clicks on the screen.
-
See the semantic convention definition for more details.
-
Type: Event
-
Name:
event.app.widget.click -
Description: This event is emitted when the user taps on a view. Jetpack compose views are not currently supported.
-
See the semantic convention definition for more details.
implementation("io.opentelemetry.android.instrumentation:view-click:LATEST_VERSION") // <1>- You can find the latest version here.