File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments