Skip to content

Commit 29191c6

Browse files
authored
docs(react): Add React Router v7 docs (#11990)
1 parent fe8cabc commit 29191c6

File tree

6 files changed

+629
-372
lines changed

6 files changed

+629
-372
lines changed

docs/platforms/javascript/guides/react/features/react-router.mdx

Lines changed: 0 additions & 372 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: React Router
3+
description: "Learn about Sentry's React Router integration."
4+
---
5+
6+
_(Available in version 5.21.0 and above)_
7+
8+
React Router support is included in the `@sentry/react` package since version `5.21.0`.
9+
10+
<Alert level="info" title="Note">
11+
12+
The React Router integration is designed to work with Sentry Tracing. Please see [Set Up Tracing with React](/platforms/javascript/guides/react/tracing/) for more details on how to set up and install the SDK.
13+
14+
</Alert>
15+
16+
The React Router instrumentation uses the React Router library to create `pageload/navigation` transactions to ensure you collect meaningful performance data about the health of your page loads and associated requests.
17+
18+
We support integrations for React Router 3, 4, 5, 6 and 7.
19+
20+
21+
22+
<PageGrid />

0 commit comments

Comments
 (0)