Skip to content

Commit f2cde83

Browse files
committed
Incorporating feedback
1 parent 94995cc commit f2cde83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/javascript-framework-extensions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ npm install @microsoft/applicationinsights-react-js
9797

9898
- **React Native Plugin**
9999

100-
By default, this plugin relies on the [`react-native-device-info` package](https://www.npmjs.com/package/react-native-device-info). You must install and link to this package. Keep the `react-native-device-info` package up to date to collect the latest device names using your app.
100+
By default, the React Native Plugin relies on the [`react-native-device-info` package](https://www.npmjs.com/package/react-native-device-info). You must install and link to this package. Keep the `react-native-device-info` package up to date to collect the latest device names using your app.
101101

102102
Since v3, support for accessing the DeviceInfo has been abstracted into an interface `IDeviceInfoModule` to enable you to use / set your own device info module. This interface uses the same function names and result `react-native-device-info`.
103103

@@ -111,7 +111,7 @@ npm install @microsoft/applicationinsights-react-js
111111

112112
- **React Native Manual Device Plugin**
113113

114-
If you're using React Native Expo, add this plugin instead of the React Native Plugin. The React Native Plugin uses the `react-native-device-info package` package, which React Native Expo doesn't support.
114+
If you're using React Native Expo, add the React Native Manual Device Plugin instead of the React Native Plugin. The React Native Plugin uses the `react-native-device-info package` package, which React Native Expo doesn't support.
115115

116116
```bash
117117

@@ -427,7 +427,7 @@ The `AppInsightsErrorBoundary` requires two props to be passed to it. They're th
427427

428428
#### [React Native](#tab/reactnative)
429429

430-
**TEMPORARY EDIT TO EXPOSE THIS LINE IN GITHUB** Exception tracking is enabled by default. If you want to disable it, set `disableExceptionCollection` to `true`.
430+
The tracking of uncaught exceptions is enabled by default. If you want to disable the tracking of uncaught exceptions, set `disableExceptionCollection` to `true`.
431431

432432
```javascript
433433
import { ApplicationInsights } from '@microsoft/applicationinsights-web';
@@ -509,8 +509,8 @@ N/A
509509
#### [React Native](#tab/reactnative)
510510

511511
- **React Native Plugin**: In addition to user agent info from the browser, which is collected by Application Insights web package, React Native also collects device information. Device information is automatically collected when you add the plug-in.
512-
- **React Native Manual Device Plugin**: Depending on what you set up when you added the extension to your code, this plugin either:
513-
- Doesn't collect device information by default
512+
- **React Native Manual Device Plugin**: Depending on how you configured the plugin when you added the extension to your code, this plugin either:
513+
- Doesn't collect device information
514514
- Uses your own device info collection class
515515

516516
#### [Angular](#tab/angular)

0 commit comments

Comments
 (0)