Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix some typos, remove reference to crashes, align wording
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaswenz committed Feb 2, 2016
1 parent 8ab7b21 commit 4e068b7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Build with latest build tools
* Remove noise from logcat
* Remove previously deprecated methods
* Fix nullpointerexception when passing null properties to the metrics-API (#78)[https://github.com/Microsoft/ApplicationInsights-Android/issues/78]
* Fix NPE when passing null properties to the metrics-API [#78](https://github.com/Microsoft/ApplicationInsights-Android/issues/78)



Expand Down
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ This project provides an Android SDK for Application Insights. [Application Insi

The minimum SDK to use the Application Insights SDK in your app is 9.

Automatic collection of lifecycle-events requires API level 15 and up (Ice Cream Sandwich+).

### Breaking Changes!

Version 1.0-beta.9 of the Android SDK came with one major change:

Crash Reporting and the API to send handled exceptions have been removed from the SDK.
In addition, the Application Insights for Android SDK is now **deprecated**.

The reason for this is that [HockeyApp](www.hockeyapp.net) is now our major offering for mobile and cross-plattform crash reporting, beta-distribution and feedback. We are working with all we have on making the HockeySDKs better and add Telemetry features to make HockeyApp the best plattform to make your apps awesome.
We've started the [HockeyApp Preseason](http://hockeyapp.net/blog/2016/02/02/introducing-preseason.html) so you can try all the new bits and bits yourself, including **User Metrics**.

While the Application Insight for Android SDK will still be available, we don't plan on investing time in it but focus on HockeyApp.

We apologize for any inconvenience and please feel free to shoot as a mail any time.
Automatic collection of lifecycle-events requires API level 15 and up (Ice Cream Sandwich+).

### Breaking Changes!

Version 1.0-beta.9 of the Application Insights for Android SDK comes with one major change:

Crash Reporting and the API to send handled exceptions have been removed from the SDK.
In addition, the Application Insights for Android SDK is now **deprecated**.

The reason for this is that [HockeyApp](https://hockeyapp.net) is now our major offering for mobile and cross-plattform crash reporting, update distribution and user feedback. We are concentrating all our efforts on enhancing the HockeySDK and add telemetry features to make HockeyApp the best plattform to build awesome apps.
We've launched [HockeyApp Preseason](http://hockeyapp.net/blog/2016/02/02/introducing-preseason.html) so you can try all the new bits yourself, including **User Metrics** which is HockeyApp's telemetry offering.

While the Application Insights for Android SDK will still be available, we don't plan on investing time in it but focus on HockeyApp instead.

We apologize for any inconvenience and please feel free to contact us at any time.

## Content
1. [Release Notes](#1)
Expand All @@ -36,12 +36,12 @@ We apologize for any inconvenience and please feel free to shoot as a mail any t

## <a name="1"></a> 1. Release Notes

* Updated version of CLL
* Build with latest build tools
* Remove noise from logcat
* Remove previously deprecated methods
* Removed crash reporting feature.
* Removed APIs for handled exceptions.
* Updated version of CLL
* Build with latest build tools
* Remove noise from logcat
* Remove previously deprecated methods
* Removed crash reporting feature
* Removed APIs for handled exceptions


See [here](https://github.com/Microsoft/ApplicationInsights-Android/releases) for release notes of previous versions or our [changelog](https://github.com/Microsoft/ApplicationInsights-Android/blob/master/CHANGELOG.md).
Expand Down Expand Up @@ -294,7 +294,7 @@ config.setSessionIntervalMs(30000); //set intercal to 30s (30,000ms)

### 7.2 Batch Size for a Bundle of Telemetry

Unhandled exceptions (aka ”your app is crashing!“) are sent out immediately, while regular telemetry data is send out in batches or after a specified interval.
Regular telemetry data is send out in batches or after a specified interval.

[**NOTE**] The [developer mode](#4) will automatically set the batching interval to 3s and the size of a batch to 5 items.

Expand Down

0 comments on commit 4e068b7

Please sign in to comment.