Skip to content

Commit

Permalink
fix: fix distributed tracing and crashes in ios 13,14 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Mar 22, 2024
1 parent 4a1a4f7 commit bbbff35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 1.3.7

* Updated native iOS Agent: We've upgraded the native iOS agent to version 7.4.10, which includes performance improvements and bug fixes.


## 1.3.6

### New in this release
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "newrelic-react-native-agent",
"version": "1.3.6",
"version": "1.3.7",
"description": "A New Relic Mobile Agent for React Native",
"main": "./index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"sdkVersions": {
"ios": {
"newrelic": "7.4.9"
"newrelic": "7.4.10"
},
"android": {
"newrelic": "7.3.0",
Expand Down

0 comments on commit bbbff35

Please sign in to comment.