-
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
Log important events in db #10781
Comments
Verified passed with
Verified test plan from brave/brave-core#6383
Additional tests done:
Verification is in-progress
-Encountered #11497
Verification passed on
Verified test plan from brave/brave-core#6383
Upgrade check 1
Upgrade check 2
|
Right now users tells us that something happen, but we don't if this is because we have a bug or user did some actions that triggers this at some point
To address this we should start logging important events in db so that we can see that for example user turned AC ON at time X and AC was then triggered at time Y.
We should create new table
event_log
, which would have fields:Things to log:
This should also be displayed on internals page.
The text was updated successfully, but these errors were encountered: