Skip to content

Commit

Permalink
updating readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
facostaembrace committed Aug 5, 2024
1 parent 0beb3a3 commit 0a6b4a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"plugins/node/instrumentation-socket.io": "0.41.0",
"plugins/node/instrumentation-tedious": "0.12.0",
"plugins/node/instrumentation-undici": "0.4.0",
"plugins/node/instrumentation-react-native-navigation": "0.1.0",
"plugins/node/opentelemetry-instrumentation-aws-lambda": "0.43.0",
"plugins/node/opentelemetry-instrumentation-aws-sdk": "0.43.1",
"plugins/node/opentelemetry-instrumentation-bunyan": "0.40.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ or if you use yarn
yarn add @opentelemetry/instrumentation-react-native-navigation @opentelemetry/api
```

## Supported Versions

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

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:

```
```bash
{
resource: {
attributes: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = api => {
api.cache(false);

return {
presets: ['module:metro-react-native-babel-preset'],
presets: ['module:metro-react-native-babel-preset', '@babel/preset-env'],
plugins: ['babel-plugin-react-native-web'],
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.3.0",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.2",
"@babel/register": "^7.24.6",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/sdk-trace-base": "^1.25.1",
"@react-navigation/native": "^6.1.18",
"@testing-library/react": "^16.0.0",
Expand Down

0 comments on commit 0a6b4a0

Please sign in to comment.