newrelic / newrelic-capacitor-plugin

Mobile instrumentation plugin for the Capacitor hybrid mobile platform by Ionic
Apache License 2.0
7 stars 10 forks source link

Fix build/unit tests failures and warnings, and update to Xcode 15.3 (issue 79) #80

Closed ettore closed 2 months ago

ettore commented 3 months ago

This PR addresses issue https://github.com/newrelic/newrelic-capacitor-plugin/issues/79

It includes 3 commits:

  1. fix warnings related to usage of NewRelic.addHTTPHeaderTracking.
  2. Fix build, including a unit test expecting a success for a badly configured CAPPluginCall.
  3. Minor project fixes for using Xcode 15.3. These are changes suggested by Xcode that do not impact the build.