Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/components/modeler/desktop-modeler/telemetry/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,15 @@ Example task testing finished event:
"incidentType": "JOB_NO_RETRIES"
}
```

### Variables panel events

Variables panel events are sent on different interactions with the [Variables](../variables.md) panel:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you say the "Variables panel" are you referencing a UI element the user can select? If so, we should bold Variables, if not, we should lowercase variables.


- User filtered variables using the search input. The search term is **not** included in the event.
- User expanded or collapsed a scope section.
- User expanded or collapsed a variable row.
- User copied a variable name via the copy button.
- User copied a variable path or value via the context menu.

These events do not include any additional payload data.
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,15 @@ Example task testing finished event:
"incidentType": "JOB_NO_RETRIES"
}
```

### Variables panel events

Variables panel events are sent on different interactions with the [Variables](../variables.md) panel:

- User filtered variables using the search input. The search term is **not** included in the event.
- User expanded or collapsed a scope section.
- User expanded or collapsed a variable row.
- User copied a variable name via the copy button.
- User copied a variable path or value via the context menu.

These events do not include any additional payload data.
Loading