mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
76b4e03d04
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc and typedoc-plugin-markdown. Generates plugin README files with extracted @Plugin() decorator metadata. Register custom JSDoc tags used by plugin source files.
19 lines
633 B
Markdown
19 lines
633 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
|
|
|