Skip to content

Commit 35deff5

Browse files
STetsingAniket-Engg
authored andcommitted
shorten matomo payload
1 parent e3c99f4 commit 35deff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/remix-ai-assistant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class RemixAIAssistant extends ViewPlugin {
101101
}
102102

103103
async handleActivity(type: string, payload: any) {
104-
(window as any)._paq?.push(['trackEvent', 'remixai-assistant', type, `${payload}`])
104+
(window as any)._paq?.push(['trackEvent', 'remixai-assistant', `${type}-${payload}`])
105105
}
106106

107107
updateComponent(state: {

0 commit comments

Comments
 (0)