From 22eb63a2d5c6e55f88eae863c1778775e71c0747 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 9 Apr 2025 14:27:39 +0200 Subject: [PATCH] Remove alert about remix not supporting cloudflare Fixes https://github.com/getsentry/sentry-docs/issues/13253 --- docs/platforms/javascript/guides/remix/index.mdx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/platforms/javascript/guides/remix/index.mdx b/docs/platforms/javascript/guides/remix/index.mdx index 6db6610c063016..bdc218a2d7bacc 100644 --- a/docs/platforms/javascript/guides/remix/index.mdx +++ b/docs/platforms/javascript/guides/remix/index.mdx @@ -11,19 +11,13 @@ categories: - 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. 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`. - - - Sentry's Remix SDK does not officially support adapters that use non-Node runtimes, such as Cloudflare Workers. - - - ## Install @@ -51,7 +45,7 @@ You can also manually capture errors. - If the wizard setup isn't working for you, you can set up the SDK manually. +If the wizard setup isn't working for you, you can set up the SDK manually. @@ -91,7 +85,7 @@ This snippet adds a button that throws an error in a component or page. - 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.