Skip to content

Commit

Permalink
Merge pull request #27806 from brave/pr27788_log-wdp_1.76.x
Browse files Browse the repository at this point in the history
Add log for WDP payloads (uplift to 1.76.x)
  • Loading branch information
kjozwiak authored Feb 26, 2025
2 parents fd1ca35 + 88b5ac4 commit af625eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/web_discovery/browser/reporter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ void Reporter::PrepareRequest(const base::Value& request_data) {
return;
}

VLOG(2) << "Preparing to report payload: " << final_payload_json;
auto payload_hash = crypto::SHA256HashString(final_payload_json);
credential_signer_->Sign(
std::vector<uint8_t>(payload_hash.begin(), payload_hash.end()),
Expand Down

0 comments on commit af625eb

Please sign in to comment.