Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(react): Add React Router v7 docs #11990

Merged
merged 3 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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