Skip to content

Commit 2b76433

Browse files
committed
Add unstable callout to instrumentation docs
1 parent c84016b commit 2b76433

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/how-to/instrumentation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ unstable: true
1010
<br/>
1111
<br/>
1212

13+
<docs-warning>The instrumentation APIs are experimental and subject to breaking changes in
14+
minor/patch releases. Please use with caution and pay **very** close attention
15+
to release notes for relevant changes.</docs-warning>
16+
1317
Instrumentation allows you to add logging, error reporting, and performance tracing to your React Router application without modifying your actual route handlers. This enables comprehensive observability solutions for production applications on both the server and client.
1418

1519
## Overview

docs/how-to/react-server-components.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ unstable: true
1010
<br/>
1111
<br/>
1212

13-
<docs-warning>React Server Components support is experimental and subject to breaking changes.</docs-warning>
13+
<docs-warning>React Server Components support is experimental and subject to breaking changes in
14+
minor/patch releases. Please use with caution and pay **very** close attention
15+
to release notes for relevant changes.</docs-warning>
1416

1517
React Server Components (RSC) refers generally to an architecture and set of APIs provided by React since version 19.
1618

0 commit comments

Comments
 (0)