Skip to content

Releases: kloudmate/rum-mobile-swift

0.4.0

Choose a tag to compare

@amitava82 amitava82 released this 28 Aug 13:26

KloudMate RUM iOS 0.4.0

0.3.3

Choose a tag to compare

@amitava82 amitava82 released this 25 Aug 02:13

KloudMateRum for iOS 0.3.3.

Adds device screen resolution (screen.width / screen.height / screen.density) to the data each session reports.

Install with Swift Package Manager: https://github.com/kloudmate/rum-mobile-swift
Requires iOS 12 or later.

0.3.2

Choose a tag to compare

@amitava82 amitava82 released this 24 Aug 12:02

KloudMateRum for iOS 0.3.2.

Fixes two crashes on the init path present in 0.3.1:

  • doInit no longer crashes when called before a window exists (e.g. from a SwiftUI App.init).
  • endSession no longer aborts on a sampled-out session (sampleRate < 1.0).

0.3.1 should not be used. Install with Swift Package Manager: https://github.com/kloudmate/rum-mobile-swift

Requires iOS 12 or later.

0.3.1

Choose a tag to compare

@amitava82 amitava82 released this 24 Aug 10:42

KloudMateRum for iOS 0.3.1.

Fixes the config initializer so Swift callers pass only the three required fields and override any other default individually, instead of supplying all twenty.

Install with Swift Package Manager: https://github.com/kloudmate/rum-mobile-swift

Requires iOS 12 or later.

0.3.0

Choose a tag to compare

@amitava82 amitava82 released this 24 Aug 06:53

KloudMateRum for iOS 0.3.0.

Install with Swift Package Manager: https://github.com/kloudmate/rum-mobile-swift

Requires iOS 12 or later.