refactor(editor): Add telemetry for workers view (#8055)

https://linear.app/n8n/issue/PAY-1142
This commit is contained in:
Iván Ovejero
2023-12-18 12:21:13 +01:00
committed by GitHub
parent 4cae976a3b
commit 8fc9888541
3 changed files with 9 additions and 3 deletions

View File

@@ -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]: {