-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perform stats ping immediately on startup #2188
Comments
@emerick when running Brave using
Wasn't using a referral installation hence |
Yes, exactly! |
Went through verification using the following build under
Ensured that the ping was being sent at startup with and without referrals:
Verification PASSED on
Verification PASSED on Ubuntu 17.10 x64
|
Description
We ping the stats server once an hour while the browser is running, but we must also ping the server immediately upon startup as well. In addition, this startup ping should occur 3 seconds after startup to match the timing of our referral initialization ping.
Steps to Reproduce
--enable-logging --v=1
)Actual result:
No ping is sent to https://laptop-updates.brave.com/1/usage/brave-core until a full hour elapses.
Expected result:
A ping such as the following is sent to the stats server:
Reproduces how often:
Every time.
The text was updated successfully, but these errors were encountered: