Skip to content

Commit aa11265

Browse files
updating readme.md
1 parent f1fc1ee commit aa11265

File tree

1 file changed

+1
-5
lines changed
  • plugins/node/instrumentation-react-native-navigation

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ or if you use yarn
1717
yarn add @opentelemetry/instrumentation-react-native-navigation @opentelemetry/api
1818
```
1919

20-
## Supported Versions
21-
22-
- Nodejs `>=14`
23-
2420
## Usage
2521

2622
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)
@@ -125,7 +121,7 @@ The purpose of this package is to intercept changes in the navigation of a React
125121

126122
For instance, when the application starts and the user navigates to a new section, the first Span will be considered finished at that moment. Let’s take a look at the output of this Span:
127123

128-
```
124+
```bash
129125
{
130126
resource: {
131127
attributes: {

0 commit comments

Comments
 (0)