We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cbf0a commit 7dfd0edCopy full SHA for 7dfd0ed
static/app/components/events/autofix/autofixHighlightPopup.tsx
@@ -225,7 +225,6 @@ function AutofixHighlightPopupContent({
225
const messagesEndRef = useRef<HTMLDivElement>(null);
226
const hasTrackedOpenRef = useRef(false);
227
228
- // Track analytics when comment thread is opened
229
useEffect(() => {
230
if (!hasTrackedOpenRef.current) {
231
trackAnalytics('autofix.comment_thread.open', {
0 commit comments