mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
28 lines
829 B
Markdown
28 lines
829 B
Markdown
---
|
|
description: >-
|
|
newrelic mobile plugin for Cordova and Ionic. This NewRelic plugin collect crashes, network traffic, and other information for hybrid apps using native…
|
|
---
|
|
|
|
# newrelic mobile
|
|
|
|
This NewRelic plugin collect crashes, network traffic, and other information for hybrid apps using native components.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
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
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/newrelic/newrelic-cordova-plugin](https://github.com/newrelic/newrelic-cordova-plugin)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|