More sentry monitoring

This commit is contained in:
2026-03-11 04:02:33 -04:00
parent 703510afa7
commit c2251ecfd4
7 changed files with 1633 additions and 1510 deletions

View File

@@ -5,6 +5,7 @@ import { type EntryContext } from "@remix-run/cloudflare";
import { RemixServer } from "@remix-run/react";
import { renderToString } from "react-dom/server";
import { ServerStyleContext } from "./context.js";
import * as Sentry from "@sentry/remix";
export default function handleRequest(
request: Request,
@@ -39,3 +40,5 @@ export default function handleRequest(
status: responseStatusCode,
});
}
export const handleError = Sentry.sentryHandleError;