From 04452c535c8cc028da87568578c10bed780fffbf Mon Sep 17 00:00:00 2001 From: Martin Jung Date: Thu, 16 Apr 2026 17:33:04 +1000 Subject: [PATCH] Follow naming convention for docs page feedback event --- app/views/application/_footer.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application/_footer.html.erb b/app/views/application/_footer.html.erb index de537493979..a5d5e77a09e 100644 --- a/app/views/application/_footer.html.erb +++ b/app/views/application/_footer.html.erb @@ -70,7 +70,7 @@ var email = document.getElementById('page-rating-email').value.trim(); if (typeof posthog !== 'undefined') { - posthog.capture('✍️ Docs page feedback', { + posthog.capture('docs:page_feedback', { rating: selectedRating, page_url: window.location.href, page_path: window.location.pathname,