2021-09-29 20:09:02 +08:00
|
|
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/app-center-crashes/index.ts#L28">
|
|
|
|
Improve this doc
|
|
|
|
</a>
|
|
|
|
|
|
|
|
# App Center Crashes
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ionic cordova plugin add cordova-plugin-appcenter-crashes
|
|
|
|
$ npm install @ionic-native/plugins/app-center-crashes
|
|
|
|
```
|
|
|
|
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/app-center-crashes/)
|
|
|
|
|
|
|
|
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes)
|
|
|
|
|
|
|
|
App Center Analytics helps you understand user behavior and customer engagement to improve your app.
|
|
|
|
The SDK automatically captures session count and device properties like model, OS version, etc.
|
|
|
|
You can define your own custom events to measure things that matter to you.
|
|
|
|
All the information captured is available in the App Center portal for you to analyze the data.
|
|
|
|
|
|
|
|
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/crashes/cordova
|
|
|
|
|
|
|
|
## Supported platforms
|
|
|
|
|
|
|
|
- Android
|
|
|
|
- iOS
|
2021-09-29 20:38:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
|