Skip to content

Commit a228870

Browse files
committed
docs(desktop-modeler/telemetry): add variable outline events
Closes bpmn-io/variable-outline#71
1 parent be50501 commit a228870

File tree

2 files changed

+24
-0
lines changed
  • docs/components/modeler/desktop-modeler/telemetry
  • versioned_docs/version-8.8/components/modeler/desktop-modeler/telemetry

2 files changed

+24
-0
lines changed

docs/components/modeler/desktop-modeler/telemetry/telemetry.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,15 @@ Example task testing finished event:
212212
"incidentType": "JOB_NO_RETRIES"
213213
}
214214
```
215+
216+
### Variables panel events
217+
218+
Variables panel events are sent on different interactions with the [Variables](../variables.md) panel:
219+
220+
- User filtered variables using the search input. The search term is **not** included in the event.
221+
- User expanded or collapsed a scope section.
222+
- User expanded or collapsed a variable row.
223+
- User copied a variable name via the copy button.
224+
- User copied a variable path or value via the context menu.
225+
226+
These events do not include any additional payload data.

versioned_docs/version-8.8/components/modeler/desktop-modeler/telemetry/telemetry.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,15 @@ Example task testing finished event:
212212
"incidentType": "JOB_NO_RETRIES"
213213
}
214214
```
215+
216+
### Variables panel events
217+
218+
Variables panel events are sent on different interactions with the [Variables](../variables.md) panel:
219+
220+
- User filtered variables using the search input. The search term is **not** included in the event.
221+
- User expanded or collapsed a scope section.
222+
- User expanded or collapsed a variable row.
223+
- User copied a variable name via the copy button.
224+
- User copied a variable path or value via the context menu.
225+
226+
These events do not include any additional payload data.

0 commit comments

Comments
 (0)