Skip to content

Commit

Permalink
Merge pull request #1904 from Expensify/rocio-SLog
Browse files Browse the repository at this point in the history
  • Loading branch information
cead22 authored Oct 16, 2024
2 parents 2d7d868 + bd54a63 commit c4d833a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ static const set<string> PARAMS_WHITELIST = {
"command",
"indexName",
"isUnique",
"cardID",
"token",
"type",
"reportID",
"policyID",
"companyName",
"companyWebsite",
"invoice"
};

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

0 comments on commit c4d833a

Please sign in to comment.