-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Summary
sentry-cli has a Docker image and Bash signal trap support: https://docs.sentry.io/product/cli/send-event/#bash-hook
The two didn't play well together but now this can be overcome: getsentry/sentry-cli#852
Hence, we should try this out and see if it is useful to catch unknown issues in the wild.
Motivation
We rely on people to report issues with the install script and provide relevant logs along with that. This has worked okay so far but the process is very manual, cumbersome, and relies on the users reporting issues. Sentry was created to solve these issues to why not dog food?
chadwhitacre