Skip to content

Commit e96655d

Browse files
authored
Update manual-setup.mdx (#8333)
Remove unused imports for entry.server.ts code
1 parent a3dedc4 commit e96655d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platforms/javascript/guides/remix/manual-setup.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ Sentry.init({
6767
```
6868

6969
```typescript {tabTitle:Server} {filename: entry.server.tsx}
70-
import { useLocation, useMatches } from "@remix-run/react";
7170
import * as Sentry from "@sentry/remix";
72-
import { useEffect } from "react";
7371

7472
Sentry.init({
7573
dsn: "___PUBLIC_DSN___",

0 commit comments

Comments
 (0)