-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(react): Add React Router v7 docs (#11990)
- Loading branch information
Showing
6 changed files
with
629 additions
and
372 deletions.
There are no files selected for viewing
372 changes: 0 additions & 372 deletions
372
docs/platforms/javascript/guides/react/features/react-router.mdx
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
docs/platforms/javascript/guides/react/features/react-router/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: React Router | ||
description: "Learn about Sentry's React Router integration." | ||
--- | ||
|
||
_(Available in version 5.21.0 and above)_ | ||
|
||
React Router support is included in the `@sentry/react` package since version `5.21.0`. | ||
|
||
<Alert level="info" title="Note"> | ||
|
||
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. | ||
|
||
</Alert> | ||
|
||
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. | ||
|
||
We support integrations for React Router 3, 4, 5, 6 and 7. | ||
|
||
|
||
|
||
<PageGrid /> |
Oops, something went wrong.