mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-21 10:22:10 +08:00
Sentry: Update fingerprinting events
This commit is contained in:
@@ -219,7 +219,7 @@ def crash_log(candidate):
|
||||
while True:
|
||||
if is_connected_to_internet():
|
||||
sentry.get_init()
|
||||
sentry.capture_warning("fingerprinted %s" % candidate)
|
||||
sentry.capture_info("fingerprinted %s" % candidate)
|
||||
break
|
||||
else:
|
||||
no_internet += 1
|
||||
@@ -233,8 +233,7 @@ def crash_log2(fingerprints, fw):
|
||||
while True:
|
||||
if is_connected_to_internet():
|
||||
sentry.get_init()
|
||||
sentry.capture_warning("car doesn't match any fingerprints: %s" % fingerprints)
|
||||
sentry.capture_warning("car doesn't match any fw: %s" % fw)
|
||||
sentry.capture_warning("car doesn't match any fingerprints: %s" % repr(fingerprints))
|
||||
break
|
||||
else:
|
||||
no_internet += 1
|
||||
|
||||
Reference in New Issue
Block a user