n8n
n8n copied to clipboard
feat(editor): Send template id as string in all telemetry events
Summary
Followup to #8484: Casting template ids in all events to numbers.
Related tickets and issues
Related to ADO-1764
Review / Merge checklist
- [ ] PR title and summary are descriptive. Remember, the title automatically goes into the changelog. Use
(no-changelog)
otherwise. (conventions) - [ ] Docs updated or follow-up ticket created.
- [ ] Tests included.
A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests.