Skip to content

Commit 0beb3a3

Browse files
updating release-please-config.json and linting Readme.md file
1 parent 54b1463 commit 0beb3a3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

plugins/node/instrumentation-react-native-navigation/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,23 @@
66
This module provides instrumentation for [react-native/nagivation](https://reactnavigation.org/docs/getting-started), [expo-router](https://docs.expo.dev/router/introduction/) and [wix/react-native-navigation](https://wix.github.io/react-native-navigation/docs/before-you-start/)
77

88
## Installation
9-
```
9+
10+
```bash
1011
npm i @opentelemetry/instrumentation-react-native-navigation @opentelemetry/api
1112
```
1213

1314
or if you use yarn
1415

15-
```
16+
```bash
1617
yarn add @opentelemetry/instrumentation-react-native-navigation @opentelemetry/api
1718
```
1819

1920
## Supported Versions
20-
- Nodejs `>=14`
21+
22+
- Nodejs `>=14`
2123

2224
## Usage
25+
2326
This package is designed to streamline your workflow by requiring minimal setup. To use this package, you only need to pass a reference and a optionally provider (the global one will be used by default)
2427

2528
If you are using `expo-router` or `react-native/navigation` you need to wrap your entire application with the `NavigationTracker` component.

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"plugins/node/instrumentation-socket.io": {},
3636
"plugins/node/instrumentation-tedious": {},
3737
"plugins/node/instrumentation-undici": {},
38+
"plugins/node/instrumentation-react-native-navigation": {},
3839
"plugins/node/opentelemetry-instrumentation-aws-lambda": {},
3940
"plugins/node/opentelemetry-instrumentation-aws-sdk": {},
4041
"plugins/node/opentelemetry-instrumentation-bunyan": {},

0 commit comments

Comments
 (0)