Skip to content

Commit

Permalink
Update docs/platforms/javascript/guides/remix/manual-setup.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
  • Loading branch information
onurtemizkan and vivianyentran committed Jun 18, 2024
1 parent 48050a5 commit 9def375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/javascript/guides/remix/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Link to="/platforms/javascript/guides/node/tracing/database/opt-in/#prisma-orm-integration">Prisma</Link>, to get spans for your database calls.

Expand Down

0 comments on commit 9def375

Please sign in to comment.