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 a3dedc4 commit e96655dCopy full SHA for e96655d
src/platforms/javascript/guides/remix/manual-setup.mdx
@@ -67,9 +67,7 @@ Sentry.init({
67
```
68
69
```typescript {tabTitle:Server} {filename: entry.server.tsx}
70
-import { useLocation, useMatches } from "@remix-run/react";
71
import * as Sentry from "@sentry/remix";
72
-import { useEffect } from "react";
73
74
Sentry.init({
75
dsn: "___PUBLIC_DSN___",
0 commit comments