Files
awesome-cordova-plugins/docs/plugins/newrelic/README.md
T
2026-03-21 17:08:43 -07:00

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)