mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Add telemetry for workers view (#8055)
https://linear.app/n8n/issue/PAY-1142
This commit is contained in:
@@ -1780,7 +1780,8 @@ export type CloudUpdateLinkSourceType =
|
||||
| 'settings-users'
|
||||
| 'variables'
|
||||
| 'community-nodes'
|
||||
| 'workflow-history';
|
||||
| 'workflow-history'
|
||||
| 'worker-view';
|
||||
|
||||
export type UTMCampaign =
|
||||
| 'upgrade-custom-data-filter'
|
||||
@@ -1798,7 +1799,8 @@ export type UTMCampaign =
|
||||
| 'upgrade-variables'
|
||||
| 'upgrade-community-nodes'
|
||||
| 'upgrade-workflow-history'
|
||||
| 'upgrade-advanced-permissions';
|
||||
| 'upgrade-advanced-permissions'
|
||||
| 'upgrade-worker-view';
|
||||
|
||||
export type N8nBanners = {
|
||||
[key in BannerName]: {
|
||||
|
||||
Reference in New Issue
Block a user