Skip to content

Commit

Permalink
chore(js): add lock file for nextjs example (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Mar 2, 2025
1 parent a1f2e16 commit bffbbc1
Show file tree
Hide file tree
Showing 4 changed files with 5,503 additions and 9 deletions.
3 changes: 0 additions & 3 deletions js/examples/nextjs-openai-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) that uses OpenAI to generate text and is traced using [Phoenix](https://github.com/Arize-ai/phoenix).

> [!NOTE]
> This example explicitly uses Next.js 13. OpenTelemetry support for Next.js 14 is still under active development. If you are using Next.js 14 and need workarounds, please contact us at [email protected]
## Installation

Install the dependencies:
Expand Down
6 changes: 1 addition & 5 deletions js/examples/nextjs-openai-simple/next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
instrumentationHook: true,
},
};
const nextConfig = {};

module.exports = nextConfig;
Loading

0 comments on commit bffbbc1

Please sign in to comment.