We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d4c24 commit caca9aaCopy full SHA for caca9aa
docs/platforms/javascript/guides/react-router/index.mdx
@@ -176,7 +176,7 @@ Sentry.init({
176
In your `entry.server.tsx` file, export the `handleError` function:
177
178
```tsx {diff} {filename: entry.server.tsx}
179
-import * as Sentry from "@sentry/node";
+import * as Sentry from "@sentry/react-router";
180
import { type HandleErrorFunction } from "react-router";
181
182
export const handleError: HandleErrorFunction = (error, { request }) => {
0 commit comments