You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added basic OpenTelemetry support, which will report all tracing::Spans. This only supports OpenTelemetry collector.
Added support for copying all uploaded images with the ume screenshot that is supported on Windows, macOS, and Linux. You can disable this from the --no-copy or UME_NO_COPY=1 environment variable
π Fixes
Fixed from erroring when ume screenshot cannot upload to a Ume server for some reason.
Fix regression when parsing UME_TRACING_OTEL_LABELS. in v4.0.0, it'll just loop indefinitely, in v4.0.1, it'll skip invalid strings and parse key=value.
Fixed issues when no uploader_key was specified. It should generate and use that random one instead of an empty string.