Skip to content

Commit

Permalink
cordova release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Sep 16, 2024
1 parent a462934 commit 96320b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# 7.0.2

## Bug Fixes
Fixed an issue with the getHttpHeaderforTracking function, which was causing problems with fetch instrumentation. This fix ensures proper tracking of HTTP requests.

## Updates
Updated the underlying native Android agent to version 7.6.0. This update brings improved performance, stability, and compatibility with the latest Android environments.



# 7.0.1

## New Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic-cordova-plugin",
"version": "7.0.1",
"version": "7.0.2",
"description": "New Relic Cordova Plugin for iOS and Android",
"repo": "https://github.com/newrelic/newrelic-cordova-plugin/",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="newrelic-cordova-plugin" version="7.0.1">
id="newrelic-cordova-plugin" version="7.0.2">
<name>NewRelic</name>
<description>New Relic Cordova Plugin for iOS and Android</description>
<author>New Relic</author>
Expand Down Expand Up @@ -89,7 +89,7 @@

<platform name="android">
<preference name="ANDROID_APP_TOKEN" default="x" />
<preference name="ANDROID_AGENT_VER" default="7.5.1" />
<preference name="ANDROID_AGENT_VER" default="7.6.0" />

<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 96320b3

Please sign in to comment.