You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/remix/index.mdx
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,13 @@ categories:
11
11
12
12
<Alert>
13
13
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.
15
15
16
16
</Alert>
17
17
18
18
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.
19
19
The minimum supported Remix version is `2.0.0`.
20
20
21
-
<Alerttitle='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.
0 commit comments