You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/compose/click/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ This instrumentation produces the following telemetry:
26
26
* Type: Event
27
27
* Name: `app.screen.click`
28
28
* Description: This event is emitted when the user taps or clicks on the screen.
29
-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appscreenclick)
29
+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appscreenclick)
30
30
for more details.
31
31
32
32
* Type: Event
33
33
* Name: `event.app.widget.click`
34
34
* Description: This event is emitted when the user taps on a composable that is clickable.
35
-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appwidgetclick)
35
+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appwidgetclick)
Copy file name to clipboardExpand all lines: instrumentation/view-click/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ This instrumentation produces the following telemetry:
23
23
* Type: Event
24
24
* Name: `app.screen.click`
25
25
* Description: This event is emitted when the user taps or clicks on the screen.
26
-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appscreenclick)
26
+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appscreenclick)
27
27
for more details.
28
28
29
29
* Type: Event
30
30
* Name: `event.app.widget.click`
31
31
* Description: This event is emitted when the user taps on a view. Jetpack compose views are not currently supported.
32
-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appwidgetclick)
32
+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appwidgetclick)
0 commit comments