Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@jkwatson jkwatson released this 05 Sep 15:20
· 782 commits to main since this release
24895b8

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.