Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export const getRouter = () => {
+ // ___PRODUCT_OPTION_END___ session-replay
+ });
}

return router;
}
```

Expand Down Expand Up @@ -256,7 +258,7 @@ To verify that Sentry captures errors and creates issues in your Sentry project,
<OnboardingOption optionId="performance">
### Tracing

To test tracing, create a new file like `src/routes/api/sentry-example.ts` to create a test route `/sentry-example`:
To test tracing, create a new file like `src/routes/api/sentry-example.ts` to create a test route `/api/sentry-example`:

```typescript {filename:src/routes/api/sentry-example.ts}
import { createFileRoute } from "@tanstack/react-router";
Expand Down
Loading