0.14.2
-
Fix a bug in UWP where some crashes, especially those caused by
AggregateException
, would not be sent properly. -
Fix a bug in UWP where Analytics would always emit a warning on startup.
-
Reword some logs that used to look like errors when starting Mobile Center in multiple places to appear less harmful. (Issue #396).
-
Improve the reliability of device screen size retrieval in UWP (used in device properties sent with logs).
-
Fix a bug where getting the screen size in UWP could, in some cases, cause a crash. (Issue #398).
-
Change the behavior of Analytics events so that now, when event fields exceed their capacity, they are truncated instead of dropped altogether. Limits:
- Event name maximum length: 256 characters.
- Maximum number of event properties: 5.
- Event property key maximum length: 64 characters.
- Event property value maximum length: 64 characters.
-
This release also includes changes from underlying Android and iOS SDKs of the following versions: