fix(editor): Add telemetry to workflow history (#7811)

This commit is contained in:
Csaba Tuncsik
2023-11-29 09:09:21 +01:00
committed by GitHub
parent c0633987bf
commit d4970410e1
3 changed files with 83 additions and 15 deletions

View File

@@ -1754,7 +1754,8 @@ export type CloudUpdateLinkSourceType =
| 'usage_page'
| 'settings-users'
| 'variables'
| 'community-nodes';
| 'community-nodes'
| 'workflow-history';
export type UTMCampaign =
| 'upgrade-custom-data-filter'
@@ -1770,7 +1771,8 @@ export type UTMCampaign =
| 'open'
| 'upgrade-users'
| 'upgrade-variables'
| 'upgrade-community-nodes';
| 'upgrade-community-nodes'
| 'upgrade-workflow-history';
export type N8nBanners = {
[key in BannerName]: {