Skip to content

Commit 1c7480d

Browse files
fix: correct import sentry node
1 parent 1895661 commit 1c7480d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/entry.server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { PassThrough } from 'node:stream'
22
import { createReadableStreamFromReadable } from '@react-router/node'
33

4-
import * as Sentry from '@sentry/react'
4+
import * as Sentry from '@sentry/node'
55
import chalk from 'chalk'
66
import { isbot } from 'isbot'
77
import { renderToPipeableStream } from 'react-dom/server'

0 commit comments

Comments
 (0)