1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Remove invalid matomo metric event option (#9897)

The `matomo` option passed to the send metrics function is invalid. The
intent was to set the `matomoEvent` option, but instead of rectifying
that, we've decide to keep sending this event to the production Segment
project for now. The invalid option has been removed.
This commit is contained in:
Mark Stacey 2020-11-17 15:59:05 -03:30 committed by GitHub
parent 2687163dbb
commit 31a3541105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@ function logWeb3UsageHandler(req, res, _next, end, { origin, sendMetrics }) {
recordedWeb3Usage[origin][path] = true
sendMetrics({
matomo: true,
event: `Website Used window.web3`,
category: 'inpage_provider',
properties: { action, web3Path: path },