Skip to content

Releases: Automattic/Automattic-Tracks-iOS

3.4.1

15 May 08:02
cc32004

Choose a tag to compare

Bug Fixes

  • Fix Xcode 15.4 compatibility by using Sentry 8.26.0 [#286]

3.4.0

20 Mar 23:39
bd981ad

Choose a tag to compare

Bug Fixes

  • Fix a deadlock while getting device info. [#282]

Internal Changes

  • The device_info_status_bar_height event property value now will always be zero. [#281]
  • Calculate device_info_orientation event property value based on "device orientation" rather than "interface orientation". [#281]

3.3.0

08 Mar 15:18
be5df01

Choose a tag to compare

New Features

  • Add function to log JavaScript exceptions in CrashLogging [#278]

3.2.0

19 Jan 17:40
b6979ef

Choose a tag to compare

New Features

  • CrashLogging new API that supports logging Errors with Tag/Value [#274]

3.1.0

14 Dec 09:55
93a4022

Choose a tag to compare

New Features

  • CrashLoggingDataProvider now allows to specify the events sampling rate #271

3.0.0

16 Nov 17:42
018b35f

Choose a tag to compare

Breaking Changes

  • Sentry: The default releaseName value is now the Sentry default of package@version+build (e.g. com.bundle.identifier@1.2+1.2.3.4) instead of only providing the CFBundleVersionKey [#267]

What's Changed

Full Changelog: 2.4.0...3.0.0

2.4.0

01 Sep 05:08
6ff2e44

Choose a tag to compare

What's Changed

  • Fix TracksLogWarn messages aren't logged with Cocoapods integration #263

Full Changelog: 2.3.0...2.4.0

2.3.0

04 Aug 02:59
aad902b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

02 May 03:24
f3140d4

Choose a tag to compare

Internal Changes

  • Refactor ExPlat configuration logic to allow clients to explicitly specify the platform to use. [#253]

2.1.0

02 May 03:23
3d0a1ee

Choose a tag to compare

New Features