Skip to content

Commit

Permalink
fix: android app crashes when backgrounded (#197)
Browse files Browse the repository at this point in the history
Fixed an issue causing the application to crash when transitioning to the background due to a
mismatch between the Android and NDK agents.

#183 #196
  • Loading branch information
ndesai-newrelic authored Sep 3, 2024
1 parent 62ed648 commit 749b5d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.4.4

## Bug Fixes

- Fixed an issue causing the application to crash when transitioning to the background due to a mismatch between the Android and NDK agents.


## 1.4.3

## New Features
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic-react-native-agent",
"version": "1.4.3",
"version": "1.4.4",
"description": "A New Relic Mobile Agent for React Native",
"main": "./index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -95,8 +95,8 @@
"newrelic": "~>7.5.1"
},
"android": {
"newrelic": "7.5.+",
"ndk": "1.1.+"
"newrelic": "7.5.1",
"ndk": "1.1.1"
}
}
}

0 comments on commit 749b5d2

Please sign in to comment.