Skip to content

Commit 2795cd1

Browse files
Add version note for Remix manual Express wrapper. (#5442)
* Add version note for Remix manual Express server. * Update src/includes/getting-started-config/javascript.remix.mdx Co-authored-by: Isabel <[email protected]> Co-authored-by: Isabel <[email protected]>
1 parent c06ee13 commit 2795cd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/includes/getting-started-config/javascript.remix.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Learn more about <Link to="/platforms/node/performance/database/opt-in/#prisma-o
4444

4545
If you use a custom Express server in your Remix application, you should wrap your [`createRequestHandler` function](https://remix.run/docs/en/v1/other-api/adapter#createrequesthandler) manually with `wrapExpressCreateRequestHandler`. This is not required if you use the built-in Remix App Server.
4646

47+
<Alert level="info">
48+
49+
`wrapExpressCreateRequestHandler` is available starting with version 7.11.0.
50+
51+
</Alert>
52+
4753

4854
```typescript {filename: server/index.ts}
4955
import { wrapExpressCreateRequestHandler } from "@sentry/remix";

0 commit comments

Comments
 (0)