Skip to content

Commit f9a413b

Browse files
author
ci-bot
committed
rm files
1 parent 9eeeb03 commit f9a413b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ apps/remix-ide-e2e/tmp/
8383
# IDE - Cursor
8484
.cursor/
8585
PR_MESSAGE.md
86+
87+
# Matomo audit files (local reference only)
88+
matomo-conversion-audit.txt
89+
matomo-fixes-diffs/

libs/remix-api/src/lib/plugins/matomo-events.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* import { trackMatomoEvent } from '@remix-api'
77
*
88
* trackMatomoEvent(plugin, { category: 'ai', action: 'remixAI', name: 'code_generation', isClick: true })
9-
* trackMatomoEvent(plugin, { category: 'udapp', action: 'DeployAndPublish', name: 'mainnet', isClick: true })
9+
* trackMatomoEvent(plugin, { category: 'udapp', action: 'DeployAndVerify', name: 'mainnet', isClick: true })
1010
* ```
1111
*
1212
* @example Common Events
@@ -15,7 +15,7 @@
1515
* { category: 'ai', action: 'remixAI', isClick: true }, { category: 'ai', action: 'explainFunction', isClick: true }
1616
*
1717
* // Contracts
18-
* { category: 'udapp', action: 'DeployAndPublish', isClick: true }, { category: 'udapp', action: 'sendTransactionFromGui', isClick: true }
18+
* { category: 'udapp', action: 'DeployAndVerify', isClick: true }, { category: 'udapp', action: 'sendTransactionFromGui', isClick: true }
1919
*
2020
* // Editor
2121
* { category: 'editor', action: 'save', isClick: true }, { category: 'editor', action: 'format', isClick: true }

0 commit comments

Comments
 (0)