You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After calling privateAggregation.sendHistogram() in the reportResult() in decisionUrl code, I add the below code in my server.js file to receive duplicate debug report, which should be sent immediately based on the documentation.
However, there is nothing logged in the console. The privateAggregation.sendHistogram() should be implemented correctly in my code since I no longer received worklet errors. Did I miss anything to get the duplicate debug report?