mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Related to #5898, this reports an anonymized summary of errors stored in Redis into the analytics payload. For each error stored, this includes: - A `count` attribute with the number of occurrences of the error - A `loc` attribute with the 3 topmost lines in the stack trace. Note that stack traces only contain package name + line number (example: github.com/fleetdm/fleet/server.go:12 This also includes a minor refactor around error types.
1 line
81 B
Text
1 line
81 B
Text
* Added an anonymized summary of errors stored in Redis to the analytics report.
|