From 0c8b3a0a9836a3ca340a6e9bcfa486e80105af05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Fri, 3 Jul 2015 17:10:13 +0200 Subject: [PATCH] Update Readme --- README.md | 28 +++------------------------- docs/Readme-template.md | 28 +++------------------------- 2 files changed, 6 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index 5d30ecea..1dc61d2c 100644 --- a/README.md +++ b/README.md @@ -26,31 +26,9 @@ The SDK runs on devices with iOS 6.0 or higher. ## 1. Release Notes -* Make integration a lot easier, using the `@import ApplicationInsights;` syntax. This makes manual linking of system frameworks unnecessary! -(_Note: Requires support for modules. This is enabled by default for all projects created with Xcode 5 or newer._) -* Add feature to set common properties that will apply to all telemetry data items. - - ```objectivec - [MSAITelemetryManager setCommonProperties:@{@"custom info":@"some value"}]; - ``` - -* Allow for further customization of user context fields. -Note that this means that the old way of setting the user ID, `setUserId:`, is now deprecated! - - ```objectivec - [[MSAIApplicationInsights sharedInstance] setUserWithConfigurationBlock:^(MSAIUser *user) { - user.userId = @"your_user_id"; - user.accountId = @"user@example.com"; - }]; - ``` - -* Add support for unhandled C++ exceptions -* Switch to sending data in JSON Stream format to improve compatibility with different server backends. -* Improve crash reports by sending additional exception information. -* Add instructions to Readme about how to setup the SDK with WatchKit extensions. -* Add logging incase the developer tries to send objects that are not NSJSONSerialization compatible. -* Fix issues with the backwars compatiblity of the nullability annotation. -* Various other small improvements and fixes. +* Important improvements to crash reports. +* We now filter some pageviews from standard view controllers in order to reduce noise and make pageviews more useful. +* Smaller refactorings and improvements. See [here](https://github.com/Microsoft/ApplicationInsights-iOS/releases) for the release notes of previous versions. diff --git a/docs/Readme-template.md b/docs/Readme-template.md index 5d30ecea..1dc61d2c 100644 --- a/docs/Readme-template.md +++ b/docs/Readme-template.md @@ -26,31 +26,9 @@ The SDK runs on devices with iOS 6.0 or higher. ## 1. Release Notes -* Make integration a lot easier, using the `@import ApplicationInsights;` syntax. This makes manual linking of system frameworks unnecessary! -(_Note: Requires support for modules. This is enabled by default for all projects created with Xcode 5 or newer._) -* Add feature to set common properties that will apply to all telemetry data items. - - ```objectivec - [MSAITelemetryManager setCommonProperties:@{@"custom info":@"some value"}]; - ``` - -* Allow for further customization of user context fields. -Note that this means that the old way of setting the user ID, `setUserId:`, is now deprecated! - - ```objectivec - [[MSAIApplicationInsights sharedInstance] setUserWithConfigurationBlock:^(MSAIUser *user) { - user.userId = @"your_user_id"; - user.accountId = @"user@example.com"; - }]; - ``` - -* Add support for unhandled C++ exceptions -* Switch to sending data in JSON Stream format to improve compatibility with different server backends. -* Improve crash reports by sending additional exception information. -* Add instructions to Readme about how to setup the SDK with WatchKit extensions. -* Add logging incase the developer tries to send objects that are not NSJSONSerialization compatible. -* Fix issues with the backwars compatiblity of the nullability annotation. -* Various other small improvements and fixes. +* Important improvements to crash reports. +* We now filter some pageviews from standard view controllers in order to reduce noise and make pageviews more useful. +* Smaller refactorings and improvements. See [here](https://github.com/Microsoft/ApplicationInsights-iOS/releases) for the release notes of previous versions.