Skip to content

Commit

Permalink
examples(pw): I dont even know what Im doing
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Oct 7, 2024
1 parent d0106d8 commit 95b188a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default async function Page() {
return (
<div>
<h1>Bookstore</h1>
<h2>http://{APP_HOST}:8081/books</h2>
<ul>
{books.map((book) => (
<li key={book.id}>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"dev": "next dev",
"build": "next build",
"start-standalone": "node .next/standalone/server.js",
"start-standalone-zero-local": "env OTEL_SERVICE_NAME=next-app OTEL_TRACES_EXPORTER=otlp OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://localhost:4318/v1/traces node --require @opentelemetry/auto-instrumentations-node/register .next/standalone/server.js",
"start": "next start",
"test:e2e": "playwright test"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api-logs": "^0.53.0",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/exporter-jaeger": "^1.26.0",
Expand Down

0 comments on commit 95b188a

Please sign in to comment.