Skip to content

v4.0.1

Compare
Choose a tag to compare
@auguwu auguwu released this 22 Feb 23:39
· 265 commits to master since this release

βž• Additions

  • 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.