mirror of
https://github.com/cline/cline.git
synced 2026-09-12 00:50:27 +08:00
* feat(ci): configure OpenTelemetry exporters for production Set default OpenTelemetry log and metric exporters to console,otlp in both nightly and release workflows to ensure proper telemetry collection in production environment. * ci: remove OTEL_METRIC_EXPORT_INTERVAL from publish workflows Removed the OTEL_METRIC_EXPORT_INTERVAL environment variable from both nightly and stable publish workflows as it's no longer needed for the publishing process.