Skip to content

Commit

Permalink
Add new params to log allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl committed Nov 5, 2024
1 parent 9172d8c commit 95923b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ static const set<string> PARAMS_WHITELIST = {
"bankAccountID",
"status",
"step",
"cardData"
"cardData",
"shouldCompleteOnboarding",
"shouldDismissHybridAppOnboarding"
};

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

0 comments on commit 95923b8

Please sign in to comment.