Closed elramen closed 5 months ago
Make prepare_event public so that sentry-cli can use it directly instead of via capture_event. This allows sentry-cli to do the actual transmission (with its envelopes client), enabling debug logging and non-zero exit codes on transmission failure.
prepare_event
capture_event
Make
prepare_event
public so that sentry-cli can use it directly instead of viacapture_event
. This allows sentry-cli to do the actual transmission (with its envelopes client), enabling debug logging and non-zero exit codes on transmission failure.