Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 768 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 768 Bytes

Honeycomb Android SDK changelog

Unreleased

v0.0.4-alpha

  • feat: Add deterministic sampler (configurable through the sampleRate option)
  • refactor: Move touch auto-instrumentation to separate package
  • feat: Add instrumentation helpers for Android Compose
  • add BaggageSpanProcessor
  • add debug logging in configure
  • include telemetry.sdk.language resource attribute

v0.0.3-alpha

  • fix: Fixes a bug with duplicate auto-instrumentation

v0.0.2-alpha

  • feat: Add touch auto-instrumentation for XML-based TextViews
  • feat: Use a BatchSpanProcessor
  • feat: Implement a debug option for more verbose logging
  • maint: Various improvements to smoke tests
  • maint: Add spotless linter

v0.0.1-alpha

  • Initial release
  • Basic configuration helpers