mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:56:31 +08:00
21 lines
639 B
Markdown
21 lines
639 B
Markdown
![]() |
# newrelic mobile
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add https://github.com/newrelic/newrelic-cordova-plugin.git --variable IOS_APP_TOKEN="{ios-app-token}" --variable ANDROID_APP_TOKEN="{android-app-token}"
|
||
|
$ npm install @awesome-cordova-plugins/newrelic
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/newrelic/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/newrelic/newrelic-cordova-plugin](https://github.com/newrelic/newrelic-cordova-plugin)
|
||
|
|
||
|
This NewRelic plugin collect crashes, network traffic, and other information for hybrid apps using native components.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- iOS
|
||
|
|
||
|
|
||
|
|