Skip to content

Commit

Permalink
Merge pull request #121 from newrelic/ndesai-newrelic-patch-1
Browse files Browse the repository at this point in the history
Update README.md for app launch times configuration
  • Loading branch information
ndesai-newrelic authored Aug 16, 2023
2 parents 438a52f + ecff2ba commit 9a3b28a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@ Deployment Postprocessing: Yes
Strip Linked Product: Yes
Strip Debug Symbols During Copy : Yes
```
### Configure app launch times
To measure app launch time, you can refer to the following documentation for both [Android](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/install-configure/configure-app-launch-time-android-apps/) and [iOS](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/configuration/app-launch-times-ios-apps/) platforms.
## Testing
### Jest Configuration
Expand All @@ -516,4 +520,4 @@ By default, `node_modules` are ignored by transformers by Jest. To configure the
"./node_modules/newrelic-react-native-agent/jestSetup.js"
]
}
```
```

0 comments on commit 9a3b28a

Please sign in to comment.