diff --git a/docs/platforms/javascript/guides/remix/frameworks/hydrogen.mdx b/docs/platforms/javascript/guides/cloudflare/frameworks/hydrogen.mdx similarity index 94% rename from docs/platforms/javascript/guides/remix/frameworks/hydrogen.mdx rename to docs/platforms/javascript/guides/cloudflare/frameworks/hydrogen.mdx index 0d5871bcf003a..961863b28e748 100644 --- a/docs/platforms/javascript/guides/remix/frameworks/hydrogen.mdx +++ b/docs/platforms/javascript/guides/cloudflare/frameworks/hydrogen.mdx @@ -1,9 +1,9 @@ --- -title: Shopify Hydrogen Guide -description: "Learn how to use the Sentry Remix SDK to instrument your Shopify Hydrogen app." +title: Hydrogen Guide +description: "Learn how to use the Sentry Remix SDK to instrument your Hydrogen app." --- -If you're using the Shopify Hydrogen framework, you can use the Sentry Remix SDK to add Sentry instrumentation to your app. +If you're using the Shopify's Hydrogen framework, you can use the Sentry Remix SDK to add Sentry instrumentation to your app. ## 1. Installing Sentry Remix and Clouflare SDKs diff --git a/docs/platforms/javascript/guides/cloudflare/index.mdx b/docs/platforms/javascript/guides/cloudflare/index.mdx index 3dc50d6bbb8c6..0bc95eadfbf76 100644 --- a/docs/platforms/javascript/guides/cloudflare/index.mdx +++ b/docs/platforms/javascript/guides/cloudflare/index.mdx @@ -13,6 +13,8 @@ You can use the Sentry Cloudflare SDK with popular frameworks running on Cloudfl - **[Astro](frameworks/astro/)** - **[Hono](frameworks/hono/)** +- **[Hydrogen](frameworks/hydrogen/)** +- **[Nuxt](frameworks/nuxt/)** - **[Remix](frameworks/remix/)** - **[SvelteKit](frameworks/sveltekit/)** diff --git a/docs/platforms/javascript/guides/remix/frameworks/index.mdx b/docs/platforms/javascript/guides/remix/frameworks/index.mdx index a66d7fb3d6e98..d9aaaa2a6e427 100644 --- a/docs/platforms/javascript/guides/remix/frameworks/index.mdx +++ b/docs/platforms/javascript/guides/remix/frameworks/index.mdx @@ -1,8 +1,9 @@ --- -title: Cloudflare SDK Framework Guide -description: "Learn how to set up the Remix SDK with popular Frameworks like Hydrogen." +title: Cloudflare SDK Guide +description: "Learn how to set up the Remix SDK or Hydrogen with Cloudflare." --- -You can use the Sentry Remix SDK to setup Sentry with frameworks like Shopify Hydrogen. +You can use the Sentry Remix SDK to set up Sentry with frameworks like Shopify's Hydrogen. The following guides will help you get started with the Sentry Remix SDK on Cloudflare: - +- **[Remix on Cloudflare](/platforms/javascript/guides/cloudflare/frameworks/remix/)** +- **[Hydrogen on Cloudflare](/platforms/javascript/guides/cloudflare/frameworks/hydrogen/)**