Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions docs/platforms/javascript/guides/remix/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ categories:

<Alert>

Sentry's Remix SDK enables automatic reporting of errors and exceptions, as well as the performance metrics for both client and server side operations.
Sentry's Remix SDK enables automatic reporting of errors and exceptions, as well as the performance metrics for both client and server side operations.

</Alert>

Sentry's Remix SDK relies on our [React SDK](/platforms/javascript/guides/react/) for the frontend and [Node SDK](/platforms/node) for the backend. That means all features available in those SDKs are also available in this SDK.
The minimum supported Remix version is `2.0.0`.

<Alert title='Non-Node Support' level='warning'>

Sentry's Remix SDK does not officially support adapters that use non-Node runtimes, such as Cloudflare Workers.

</Alert>

<PlatformContent includePath="getting-started-prerequisites" />

## Install
Expand Down Expand Up @@ -51,7 +45,7 @@ You can also <PlatformLink to="/usage/">manually capture errors</PlatformLink>.

<Alert>

If the wizard setup isn't working for you, you can <PlatformLink to="/manual-setup/">set up the SDK manually</PlatformLink>.
If the wizard setup isn't working for you, you can <PlatformLink to="/manual-setup/">set up the SDK manually</PlatformLink>.

</Alert>

Expand Down Expand Up @@ -91,7 +85,7 @@ This snippet adds a button that throws an error in a component or page.

<Alert>

Errors triggered from within Browser DevTools are sandboxed, so will not trigger an error handler. Place the snippet directly in your code instead.
Errors triggered from within Browser DevTools are sandboxed, so will not trigger an error handler. Place the snippet directly in your code instead.

</Alert>

Expand Down