Skip to content
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

feat: Add report bug buttons #11304

Merged
merged 20 commits into from
Oct 21, 2024
Merged

feat: Add report bug buttons #11304

merged 20 commits into from
Oct 21, 2024

Conversation

mutdmour
Copy link
Contributor

@mutdmour mutdmour commented Oct 18, 2024

Summary

Add bug reporting buttons to new canvas and sidebar

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@mutdmour mutdmour marked this pull request as ready for review October 18, 2024 09:00
@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Oct 18, 2024
@@ -36,6 +43,10 @@ function onZoomOut() {
function onZoomToFit() {
emit('zoom-to-fit');
}

function trackBugReport() {
telemetry.track('User clicked bug report button in canvas', {}, { withPostHog: true });
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add event to track when this is used. Sending to PH will make it easy to see the issue for Cloud users and reproduce exact issue.

@@ -14,7 +14,7 @@
"format:check": "biome ci . && prettier --check . --ignore-path ../../.prettierignore",
"serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vite --host 0.0.0.0 --port 8080 dev",
"test": "vitest run",
"test:dev": "vitest"
"test:dev": "vitest --silent=false"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allows console logs to show up when writing unit tests.

Copy link
Member

@alexgrozav alexgrozav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected. Thank you for doing of this!

Copy link
Contributor

✅ All Cypress E2E specs passed

@mutdmour mutdmour merged commit 296f68f into master Oct 21, 2024
42 checks passed
@mutdmour mutdmour deleted the n8n-7760 branch October 21, 2024 11:32
@github-actions github-actions bot mentioned this pull request Oct 24, 2024
@janober
Copy link
Member

janober commented Oct 24, 2024

Got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team Released ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants