Skip to content

Commit

Permalink
Merge pull request #1969 from Expensify/main
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
chiragsalian authored Nov 20, 2024
2 parents 106dba6 + 00c50b2 commit c0067cc
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,37 +44,38 @@ void SLogStackTrace(int level) {
static const set<string> PARAMS_WHITELIST = {
"accountID",
"attendees",
"bankAccountID",
"cardData",
"cardID",
"command",
"companyName",
"companyWebsite",
"currentTime",
"domainAccountID",
"domainName",
"errorMessage",
"feed",
"feedCountry",
"feedID",
"feedName",
"field",
"indexName",
"invoice",
"isUnique",
"key",
"nvpName",
"policyAccountID",
"policyID",
"reportID",
"requestTimestamp",
"shouldCompleteOnboarding",
"shouldDismissHybridAppOnboarding",
"token",
"transactionID",
"type",
"bankAccountID",
"status",
"step",
"cardData",
"field",
"timeDiff",
"currentTime",
"requestTimestamp"
"token",
"transactionID",
"type",
};

string addLogParams(string&& message, const map<string, string>& params) {
Expand Down

0 comments on commit c0067cc

Please sign in to comment.