-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(editor): Stop telemetry from triggering when initializing workflow in new canvas (no-changelog) #10492
fix(editor): Stop telemetry from triggering when initializing workflow in new canvas (no-changelog) #10492
Conversation
@@ -474,7 +476,6 @@ export function useCanvasOperations({ router }: { router: ReturnType<typeof useR | |||
...options, | |||
openNDV, | |||
isAutoAdd, | |||
trackHistory: options.trackHistory, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...options
spread above is already adding the fields.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
if (nodeData.type !== STICKY_NODE_TYPE) { | ||
void externalHooks.run('nodeView.addNodeButton', { nodeTypeName: nodeData.type }); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
✅ All Cypress E2E specs passed |
Got released with |
* master: 🚀 Release 1.56.0 (#10502) fix(editor): Sending 'Assistant session started event' to posthog (no-changelog) (#10500) fix(core): Use class-validator with XSS check for survey answers (#10490) fix(editor): Stop telemetry from triggering when initializing workflow in new canvas (no-changelog) (#10492) fix(AI Transform Node): Remove prompt as it's already set in ASK AI endpoint (no-changelog) (#10496) fix(editor): Prevent unloading when changes are pending in new canvas (no-changelog) (#10474) feat(core): Upgrade axios to address CVE-2024-39338 (no-changelog) (#10494)
Summary
Stop telemetry from triggering when initializing workflow in new canvas
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/N8N-7592/loading-a-wf-triggers-the-user-inserted-node-event-for-all-nodes
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)