mirror of
https://github.com/ershisan99/vacancies-trends-front.git
synced 2026-02-04 05:12:06 +00:00
fix?
This commit is contained in:
@@ -5,15 +5,12 @@
|
||||
*/
|
||||
|
||||
import { PassThrough } from 'node:stream'
|
||||
import './instrument.server.mjs'
|
||||
import type { AppLoadContext, EntryContext } from '@remix-run/node'
|
||||
import { createReadableStreamFromReadable } from '@remix-run/node'
|
||||
import { RemixServer } from '@remix-run/react'
|
||||
import { isbot } from 'isbot'
|
||||
import { renderToPipeableStream } from 'react-dom/server'
|
||||
import * as Sentry from '@sentry/remix'
|
||||
const ABORT_DELAY = 5_000
|
||||
export const handleError = Sentry.sentryHandleError
|
||||
export default function handleRequest(
|
||||
request: Request,
|
||||
responseStatusCode: number,
|
||||
|
||||
Reference in New Issue
Block a user