From 9def37562de2cf45934577bf9217031759cc4852 Mon Sep 17 00:00:00 2001 From: Onur Temizkan Date: Tue, 18 Jun 2024 10:03:31 +0100 Subject: [PATCH] Update docs/platforms/javascript/guides/remix/manual-setup.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/javascript/guides/remix/manual-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/guides/remix/manual-setup.mdx b/docs/platforms/javascript/guides/remix/manual-setup.mdx index 5db1f86d86b8ab..794c040cc487af 100644 --- a/docs/platforms/javascript/guides/remix/manual-setup.mdx +++ b/docs/platforms/javascript/guides/remix/manual-setup.mdx @@ -166,7 +166,7 @@ NODE_OPTIONS='--import=./instrument.server.mjs' remix-serve build NODE_OPTIONS='--require=./instrument.server.cjs' remix-serve build ``` -If you use Express server instead of Remix built-in server. You can alternatively import your instrumentation file directly at the top of your server implementation. See the example [here](#custom-express-server). +If you use the Express server instead of the Remix built-in server, you can alternatively import your instrumentation file directly at the top of your server implementation. See the example [here](#custom-express-server). Sentry's Remix SDK will automatically record your [`action`](https://remix.run/docs/en/main/route/action) and [`loader`](https://remix.run/docs/en/main/route/loader) transactions, as well as server-side errors. You can also initialize Sentry's database integrations, such as Prisma, to get spans for your database calls.