React observability, live in minutes.
Error tracking and session replay for React with a single provider component.
Snippet, wizard, or manual.
Lead with the fastest path — the copy-paste snippet with your token baked in. The wizard and manual setup stay available.
- STEP 1Copy-paste the snippet
Create a React project, drop the snippet into your entry file — token baked in.
- STEP 2Run the wizard
npx tracepath-wizard installs @tracepath/react and wraps your App.
- STEP 3Manual path
npm install @tracepath/react and wrap your tree with TracePathProvider.
A working App.jsx.
Taken from our own examples and docs — this is the actual shape of a React integration.
import { TracePathProvider } from "@tracepath/react";
function App() {
return (
<TracePathProvider connectionString="your-token@https://ingest.tracepath.dev/api/report">
<YourApp />
</TracePathProvider>
);
}Source: docs/pages/client/react/index.mdx in the TracePath repo. TODO-verify: snippet matches the latest SDK release before publishing.
Built for React.
Render-error boundary + uncaught error capture
Session replay on by default (~30s pre-exception buffer)
Hooks for manual capture and user context
Source-map upload and debug-ID support
Browse everything tagged #react →
Other frameworks
Instrument React today.
Free plan, no credit card. First event in under five minutes.