Skip to content

Commit 9def375

Browse files
Update docs/platforms/javascript/guides/remix/manual-setup.mdx
Co-authored-by: vivianyentran <[email protected]>
1 parent 48050a5 commit 9def375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/remix/manual-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ NODE_OPTIONS='--import=./instrument.server.mjs' remix-serve build
166166
NODE_OPTIONS='--require=./instrument.server.cjs' remix-serve build
167167
```
168168

169-
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).
169+
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).
170170

171171
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.
172172

0 commit comments

Comments
 (0)