sidelines-logz
Version:
logging sdk for logz.io
104 lines (102 loc) • 1.98 kB
JavaScript
const FIELDS_TO_INDEX = [
'account',
'accountName',
'action',
'ad_id',
'adSetKey',
'appVersion',
'betslipId',
'betslipKey',
'bettorAccountId',
'beVersion',
'body',
'body.action',
'body.appsflyerId',
'body.campaign',
'body.campaignType',
'body.city',
'body.installTime',
'body.ip',
'body.mediaSource',
'body.osVersion',
'body.platform',
'body.version',
'body.wifi',
'bodyParam',
'casino',
'conversionName',
'convertedEventName',
'critical',
'department',
'device',
'deviceDetails',
'deviceDetails.platform',
'deviceDetails.uuid',
'deviceDetails.version',
'duration',
'email',
'environment',
'errorMessage',
'errorName',
'eventName',
'eventsMatch',
'eventsMismatch',
'expiredClockGameId',
'fbclid',
'gameStatusToUpdate',
'gclid',
'ip',
'isloggenIn',
'leagueName',
'logLevel',
'matchedCompetitions',
'message',
'method',
'namesWithoutMatch',
'nba_future',
'nba_future1',
'nba_future2',
'nba_game',
'nfl_game',
'offer',
'operator',
'params',
'params.pixelName',
'parsedOffer',
'path',
'payload',
'platform',
'postbackUniqueId',
'provider',
'referer',
'refreshTime',
'region',
'requestId',
'scope',
'senderId',
'serviceName',
'sessionId',
'source',
'status',
'statusCode',
'subStage',
'tags',
'timestamp',
'totalBetSlips',
'totalMatchBetSlips',
'type',
'unmatchedCompetitions',
'url',
'userId',
'utm_campaign',
'utm_content',
'utm_medium',
'utm_referrer',
'utm_source',
'validationErrors',
'version',
'visit_url',
'visitId',
'xForwardedFor',
];
module.exports = { FIELDS_TO_INDEX };