Skip to content

Commit 2238fba

Browse files
authored
chore: Add missing bits to otel example (#313)
1 parent 39ff3e3 commit 2238fba

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: opentelemetry-example/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This is an example app that uses the [New Relic agent](https://github.com/newrel
66

77
**Note**: This is used to demonstrate behavior between the New Relic Node.js agent in opentelemetry bridge.
88

9+
Requirements:
10+
+ Node.js >= 20.6.0
11+
12+
913
```sh
1014
npm install
1115
cp env.sample .env

Diff for: opentelemetry-example/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"body-parser": "^1.20.3",
2727
"express": "^4.21.0",
2828
"knex": "^3.1.0",
29+
"newrelic": "^12.14.0",
2930
"pg": "^8.12.0"
3031
}
3132
}

0 commit comments

Comments
 (0)