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
Prevously, we marked P3A reports as sent when the protobuf
format message was delivered successfully. When we started
sending only json format messages, this led to messages being
queued for retrial endlessly, greatly delaying submission.
Move the completetion callback to the new json log uploader.
Now that we're sending json-format messages to both P3A and P2A
endpoints, we can consider that the completion of the task and
only send protobuf messages incidentally.
Fixesbrave/brave-browser#23754
0 commit comments