Newrelic Capacitor Plugin banner
newrelic newrelic

Newrelic Capacitor Plugin

Development community

Description

Mobile instrumentation plugin for the Capacitor hybrid mobile platform by Ionic

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

New Relic Open Source community plus project banner.

[![Android Test Suite](https://github.com/newrelic/newrelic-capacitor-plugin/actions/workflows/android.yml/badge.svg)](https://github.com/newrelic/newrelic-capacitor-plugin/actions/workflows/android.yml) [![iOS Test Suite](https://github.com/newrelic/newrelic-capacitor-plugin/actions/workflows/ios.yml/badge.svg)](https://github.com/newrelic/newrelic-capacitor-plugin/actions/workflows/ios.yml)

newrelic-capacitor-plugin

NewRelic Plugin for ionic Capacitor. This plugin uses native New Relic Android and iOS agents to instrument the Ionic Capacitor environment. The New Relic SDKs collect crashes, network traffic, and other information for hybrid apps using native components.

Features

  • Capture JavaScript errors
  • Network Instrumentation (CapacitorHttp Client , XMLHttpRequest and Fetch)
  • Distributed Tracing
  • Tracking console log, warn and error as Logs
  • Promise rejection tracking
  • Capture interactions and the sequence in which they were created
  • Pass user information to New Relic to track user sessions
  • Collect offline Events when there is no internet connection
  • Collect Background Events when the app is in the background

Current Support:

  • Android API 24+

  • iOS:

    Agent Version Minimum iOS Version
    < 1.5.12 iOS 10+
    1.5.12 – 1.5.16 iOS 16+
    >= 1.6.0 iOS 15+
  • Depends on New Relic iOS/XCFramework and Android agents

Install

npm insta