Skip to content

Commit e06cd47

Browse files
authored
docs: remove the canary note on instrumentation (#71649)
The note of `onRequestError` API is outdated, it's available on v15 stable now Fixes #71634
1 parent a8445ed commit e06cd47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/02-app/02-api-reference/02-file-conventions/instrumentation.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export function register() {
3535

3636
### `onRequestError` (optional)
3737

38-
> This API is available in Next.js canary.
39-
4038
You can optionally export an `onRequestError` function to track **server** errors to any custom observability provider.
4139

4240
- If you're running any async tasks in `onRequestError`, make sure they're awaited. `onRequestError` will be triggered when the Next.js server captures the error.

0 commit comments

Comments
 (0)