Skip to content

Commit

Permalink
docs(react): Add React Router v7 docs (#11990)
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome authored and aliu39 committed Dec 2, 2024
1 parent f712837 commit 9feb094
Show file tree
Hide file tree
Showing 6 changed files with 629 additions and 372 deletions.
372 changes: 0 additions & 372 deletions docs/platforms/javascript/guides/react/features/react-router.mdx

This file was deleted.

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 />
Loading

0 comments on commit 9feb094

Please sign in to comment.