fleet/website/api
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
..
controllers report error analytics (#6341) 2022-06-28 16:31:14 -03:00
helpers Website: update marked dependency (#6189) 2022-06-13 13:41:18 +09:00
hooks/custom Website: Disable caching /dist folder (#5596) 2022-05-05 14:22:47 -05:00
models report error analytics (#6341) 2022-06-28 16:31:14 -03:00
policies Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
responses Add customer portal and license dispenser to fleetdm.com (#3546) 2022-01-04 20:02:42 -06:00