From 73f774f4ba32ef6afe62cf4ba933a8c72ee7bf88 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Fri, 12 Jul 2024 08:34:24 +0000 Subject: [PATCH] add experimental tag --- packages/nextjs/src/common/captureRequestError.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/nextjs/src/common/captureRequestError.ts b/packages/nextjs/src/common/captureRequestError.ts index 451d1464afad..7968907ad9bf 100644 --- a/packages/nextjs/src/common/captureRequestError.ts +++ b/packages/nextjs/src/common/captureRequestError.ts @@ -16,6 +16,8 @@ type ErrorContext = { * Reports errors for the Next.js `onRequestError` instrumentation hook. * * Notice: This function is experimental and not intended for production use. Breaking changes may be done to this funtion in any release. + * + * @experimental */ export function experimental_captureRequestError( error: unknown,