Skip to content

Releases: signalfx/splunk-otel-android

Version 0.2.0

05 Sep 15:20
24895b8
Compare
Choose a tag to compare

Version 0.2.0

  • Instrumentation has been updated to use OpenTelemetry v1.4.1
  • ANRs are now detected by the Instrumentation and will be reported as "ANR" spans.
  • A new API has been added to track timed RUM "workflows" as OpenTelemetry Span instances.
  • The values reported for network types have been updated to match OpenTelemetry semantic conventions.
  • The SplunkRum class has had a method added to return a no-op implementation of the SplunkRum capabilities.
  • The SplunkRum initialization span now includes an attribute describing the features that have been configured.
  • The instrumentation now tracks 3 types of AppStart spans: cold, hot and warm. Note that "hot" starts are not tracked for multi-Activity apps, only single-Activity.

Version 0.1.0

05 Sep 15:20
3839e8a
Compare
Choose a tag to compare

Note: The project is still beta

This is the first official release of the project.

Features:

  • Automatically tracks Activity and Fragment lifecycles
  • Basic crash reporting
  • OkHttp Interceptor for Splunk RUM
  • Automatically detects changes to the active network

Pre-release v0.1.0

05 Sep 15:19
1ec156c
Compare
Choose a tag to compare
Pre-release v0.1.0 Pre-release
Pre-release

This is a pre-release version of the Android RUM instrumentation for Splunk. Use at your own risk and only if you know what you are doing.