Skip to content

Commit

Permalink
Merge pull request #118 from axiomhq/arne/readme-updates
Browse files Browse the repository at this point in the history
Remove instability notices from README.md
  • Loading branch information
schehata committed Apr 6, 2023
2 parents 30fc96a + b230d1f commit 60501b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@ module.exports = withAxiom({
});
```

:warning: `next-axiom` is still experimental for non-Vercel platforms and is subject to change.

## Usage

### Web Vitals

:warning: Web-Vitals are not yet supported in Next.js 13 and above. Please use Next.js 12 or below.
> **Warning**: Web-Vitals are not yet supported in Next.js 13 and above. Please use Next.js 12 or below. We [submitted a patch](https://github.com/vercel/next.js/pull/47319) and as soon as Next.js 13.2.5 is out, we'll add support here.
Go to `pages/_app.js` or `pages/_app.ts` and add the following line to report web vitals:

Expand All @@ -78,8 +76,6 @@ export { reportWebVitals } from 'next-axiom';
Wrapping your handlers in `withAxiom` will make `req.log` available and log
exceptions:

:warning: Nextjs 13.x server side components are not yet supported.

```ts
import { withAxiom, AxiomAPIRequest } from 'next-axiom';

Expand Down

1 comment on commit 60501b9

@vercel
Copy link

@vercel vercel bot commented on 60501b9 Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-axiom-example – ./examples/logger

next-axiom-example-lemon.vercel.app
next-axiom-example.axiom.dev
next-axiom-example-git-main.axiom.dev

Please sign in to comment.