Skip to content

Commit

Permalink
updating release-please-config.json and linting Readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
facostaembrace committed Aug 5, 2024
1 parent 54b1463 commit 0beb3a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@
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/)

## Installation
```

```bash
npm i @opentelemetry/instrumentation-react-native-navigation @opentelemetry/api
```

or if you use yarn

```
```bash
yarn add @opentelemetry/instrumentation-react-native-navigation @opentelemetry/api
```

## Supported Versions
- Nodejs `>=14`

- Nodejs `>=14`

## Usage

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)

If you are using `expo-router` or `react-native/navigation` you need to wrap your entire application with the `NavigationTracker` component.
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"plugins/node/instrumentation-socket.io": {},
"plugins/node/instrumentation-tedious": {},
"plugins/node/instrumentation-undici": {},
"plugins/node/instrumentation-react-native-navigation": {},
"plugins/node/opentelemetry-instrumentation-aws-lambda": {},
"plugins/node/opentelemetry-instrumentation-aws-sdk": {},
"plugins/node/opentelemetry-instrumentation-bunyan": {},
Expand Down

0 comments on commit 0beb3a3

Please sign in to comment.