more tracking; hide arb from welcome splash
This commit is contained in:
@@ -9,6 +9,7 @@ import {ohlcStart} from "@/charts/chart-misc.js";
|
||||
import {timestamp, USD_FIAT} from "@/common.js";
|
||||
import {erc20Contract} from "@/blockchain/contract.js";
|
||||
import {provider} from "@/blockchain/wallet.js";
|
||||
import {track} from "@/track.js";
|
||||
|
||||
const DEBUG_LOGGING = false
|
||||
const log = DEBUG_LOGGING ? console.log : ()=>{}
|
||||
@@ -356,6 +357,8 @@ export const DataFeed = {
|
||||
result.push(_symbols[ticker])
|
||||
seen[ticker] = true
|
||||
}
|
||||
if (userInput.length>=3)
|
||||
track('search', {search_term: userInput})
|
||||
onResultReadyCallback(result);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user