Skip to content

Releases: devrev/devrev-sdk-ios

Version 3.0.2

Choose a tag to compare

@svc-devrev svc-devrev released this 03 Aug 16:02

Changed

  • Network observability now responds to runtime FeatureConfiguration updates, applying changes immediately without requiring a restart.

Removed

  • Removed an unused internal analytics network request. Custom events sent via trackEvent(name:properties:) continue to be captured as part of session replay.

Version 3.0.1

Choose a tag to compare

@svc-devrev svc-devrev released this 23 Jul 15:48

Added

  • Remote SDK version-based control for Session Replay recording, without requiring app updates.

Version 3.0.0

Choose a tag to compare

@svc-devrev svc-devrev released this 21 Jul 12:45

Added

  • Introduced network observability — automatic, privacy-aware capture of API requests with network events attached to session replays, configurable via FeatureConfiguration.networkObservability.

Changed

  • Key SDK improved diagnostics.

Fixed

  • Fixed a race condition that could affect network event counts during concurrent requests.

Version 2.3.9

Choose a tag to compare

@svc-devrev svc-devrev released this 24 Jun 11:52

Added

  • ConversationPageOptions on SupportWidgetTheme to customize the support chat conversation page header and subheader text.

Changed

  • Reduced memory allocation during session replay uploads with staged per-session processing and early validation guards.

Fixed

  • Fixed UI lag during native menu dropdown animations by skipping session replay capture while the menu platter is animating.

Version 2.3.8

Choose a tag to compare

@svc-devrev svc-devrev released this 11 Jun 14:45

Fixed

  • Fixed unknown network type in session events by correctly identifying the cellular data service, radio generation, and Wi‑Fi/cellular transitions.
  • Fixed session replay snapshot quality and touch coordinate rendering in landscape orientation.
  • Fixed support chat conversation being cleared when a transient modal is dismissed.
  • Fixed trait collection initialization crash.

Version 2.3.7

Choose a tag to compare

@svc-devrev svc-devrev released this 28 May 14:07

Added

  • Optional prefilled message support the support chat input field.
  • Feature configuration flag maskAllTextByDefault to automatically mask all visible text.

Fixed

  • Fixed crashes from thread-unsafe.
  • Fixed pause and resume user interaction tracking APIs.
  • Fixed session recordings associating events with the wrong DevRev's workspace.

Version 2.3.6

Choose a tag to compare

@svc-devrev svc-devrev released this 11 May 15:39

Fixed

  • Fixed missing crash type not appearing on the dashboard by exposing the crash type field in the iOS crash event.
  • Fixed push notifications not being delivered in sandbox environments due to incorrect APNs push type.

Version 2.3.5

Choose a tag to compare

@svc-devrev svc-devrev released this 27 Apr 01:01

Changed

  • Reduced snapshot size and screen capture cost.

Version 2.3.4

Choose a tag to compare

@svc-devrev svc-devrev released this 20 Apr 17:38

Fixed

  • Fixed UI lag when multiple simultaneous gestures were active during session touch tracking.

Version 2.3.3

Choose a tag to compare

@svc-devrev svc-devrev released this 10 Apr 09:12

Fixed

  • Fixed screen tracking performance issues with embedded view controllers.