You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn how Sentry's TanStack Start React SDK exposes custom components for first class integration with the TanStack Start React framework."
4
+
sidebar_order: 4
5
+
---
6
+
7
+
The Sentry TanStack Start React SDK offers TanStack Start-specific features for first class integration with the framework.
description: "Learn about Sentry's TanStack Router integration."
4
+
---
5
+
6
+
The TanStack Router integration is included in the `@sentry/tanstackstart-react` package and is compatible with version `1.64.0` of `@tanstack/react-router` and above.
7
+
8
+
<Alerttitle="Note">
9
+
10
+
The TanStack Router integration is designed to work with Sentry Tracing. Please see <PlatformLinkto="/tracing/#enable-tracing">Getting Started with TanStack Start React Performance</PlatformLink> for more details on how to set up and install the SDK.
11
+
12
+
</Alert>
13
+
14
+
The TanStack Router instrumentation uses your TanStack Router routes to create `pageload/navigation` transactions to ensure you collect meaningful performance data about the health of your page loads and associated requests.
15
+
16
+
## Usage
17
+
18
+
To use the TanStack Router integration, pass the `Sentry.tanstackRouterBrowserTracingIntegration` inside your `integrations` option:
0 commit comments