Skip to content

1.6.0

Compare
Choose a tag to compare
@ncreated ncreated released this 09 Jun 14:04

This release brings a bunch of improvements ⚔️ and two brand new APIs for customizing auto-instrumented RUM Resources and Spans.

Features

  • Added option for specifying custom attributes for auto-instrumented RUM Resources (#473)
  • Added scrubbing API for redacting spans (#481)

Bug Fixes

  • Fixed [configuration trackUIKitRUMViews] not working properly in Obj-c (#419)
  • Made tracePropagationHTTPHeaders available in Obj-c (#421, thanks @ben-yolabs)
  • Fixed RUM Views auto-instrumentation issues on iOS 11 (#474)

Improvements

  • Added "VIEW NAME" attribute to RUM Views (#318)
  • RUM Views cannot be now dropped using view event mapper (#415)
  • Improved presentation of errors sent with Logger (#423)
  • Improved presentation of errors sent with span.log() (#431)
  • Added support for extra user attributes in Obj-c (#444)
  • Added foreground_duration and is_background information to network spans (#436)
  • RUM Views will now automatically stop when the app leaves foreground (#479)
  • DDURLSessionDelegate can now be initialized before starting SDK (#483)