fleet/server/contexts
Roberto Dip b2d07e56b5
report error analytics (#6341)
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.
2022-06-28 16:31:14 -03:00
..
authz Refactor authz skip for device auth, add org_logo_url for frontend (#4619) 2022-03-16 10:15:25 -04:00
ctxerr report error analytics (#6341) 2022-06-28 16:31:14 -03:00
host Improved Datastore usage of osquery hosts requests (#3601) 2022-01-17 22:52:09 -03:00
logging Log request errors in non-debug mode (take 2) (#3215) 2021-12-07 12:52:43 -03:00
publicip Add public ip to hosts & derive geolocation when rendering host (#4652) 2022-03-21 12:29:52 -04:00
token Continue to update names in backend code and docs (#976) 2021-06-06 16:58:23 -07:00
viewer Issue 2868 ignore admin reset password sso (#2877) 2021-11-10 19:30:15 -03:00