Sentry logging

Logging for my Sentry server that tracks the values of the serial number, car fingerprint, user set parameters, and the date and time for when FrogPilot was installed and last updated for debugging and support.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent dcdf7de061
commit 2c4049ba50
5 changed files with 114 additions and 15 deletions
+1
View File
@@ -368,6 +368,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"StoppingDistance", PERSISTENT},
{"TetheringEnabled", PERSISTENT},
{"UnlimitedLength", PERSISTENT},
{"Updated", PERSISTENT},
{"UpdateSchedule", PERSISTENT},
{"UpdateTime", PERSISTENT},
{"UseSI", PERSISTENT},