Skip to content

Commit 2748629

Browse files
author
Luca Forstner
authored
Remove alert about remix not supporting cloudflare (#13312)
Fixes #13253
1 parent 7a6d357 commit 2748629

File tree

1 file changed

+3
-9
lines changed
  • docs/platforms/javascript/guides/remix

1 file changed

+3
-9
lines changed

docs/platforms/javascript/guides/remix/index.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ categories:
1111

1212
<Alert>
1313

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

1616
</Alert>
1717

1818
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.
1919
The minimum supported Remix version is `2.0.0`.
2020

21-
<Alert title='Non-Node Support' level='warning'>
22-
23-
Sentry's Remix SDK does not officially support adapters that use non-Node runtimes, such as Cloudflare Workers.
24-
25-
</Alert>
26-
2721
<PlatformContent includePath="getting-started-prerequisites" />
2822

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

5246
<Alert>
5347

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

5650
</Alert>
5751

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

9286
<Alert>
9387

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

9690
</Alert>
9791

0 commit comments

Comments
 (0)