Skip to content

Commit

Permalink
add experimental tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jul 12, 2024
1 parent a2aa6fb commit 73f774f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextjs/src/common/captureRequestError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 73f774f

Please sign in to comment.