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
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->
## DESCRIBE YOUR PR
This PR is the documentation complement to
getsentry/sentry-javascript#17735 which adds
support for TanStack Router Solid within Sentry.
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [x] Low: I can wait a week but I would love for this to be merged and
the `@sentry/solid` package to be updated + published as soon as
possible as I am building an enterprise application using Sentry +
TanStack Router Solid
## LEGAL BOILERPLATE
<!-- Sentry employees and contractors can delete or ignore this section.
-->
Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.
## EXTRA RESOURCES
- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
---------
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
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.132.27` 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` and `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