CLI: Add support for sentry #529
Labels
difficulty: 3
help wanted
Extra attention is needed
pending-dependency
Stuck due to a required dependency
priority: high
scope: cli
Everything related to the CLI
type: enhancement
New feature or request
Description
We would like the CLI to send errors to Sentry if
metrics_enabled
(refer to #528) is enabled. Sentry should be notified in the following events:Solution
CLI
.Logger.report
function that will be used to first callLogger.error
and then send the data to sentry. We should not be printing too much usingLogger.error
in this case.Requires #528
The text was updated successfully, but these errors were encountered: