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 about Sentry's TanStack Router integration."
4
+
---
5
+
6
+
The TanStack Router integration is included in the `@sentry/solid` package and is compatible with version `1.64.0` of `@tanstack/solid-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 Solid 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