Skip to content

Commit d5bbb91

Browse files
authored
docs(remix/cf): Add Hydrogen Remix guide (#14551)
## DESCRIBE YOUR PR Moves the Hydrogen guide to the Cloudflare SDK docs, so all Cloudflare-specific documentation is held in one place. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent f751628 commit d5bbb91

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/platforms/javascript/guides/remix/frameworks/hydrogen.mdx renamed to docs/platforms/javascript/guides/cloudflare/frameworks/hydrogen.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Shopify Hydrogen Guide
3-
description: "Learn how to use the Sentry Remix SDK to instrument your Shopify Hydrogen app."
2+
title: Hydrogen Guide
3+
description: "Learn how to use the Sentry Remix SDK to instrument your Hydrogen app."
44
---
55

6-
If you're using the Shopify Hydrogen framework, you can use the Sentry Remix SDK to add Sentry instrumentation to your app.
6+
If you're using the Shopify's Hydrogen framework, you can use the Sentry Remix SDK to add Sentry instrumentation to your app.
77

88
## 1. Installing Sentry Remix and Clouflare SDKs
99

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ You can use the Sentry Cloudflare SDK with popular frameworks running on Cloudfl
1313

1414
- **[Astro](frameworks/astro/)**
1515
- **[Hono](frameworks/hono/)**
16+
- **[Hydrogen](frameworks/hydrogen/)**
17+
- **[Nuxt](frameworks/nuxt/)**
1618
- **[Remix](frameworks/remix/)**
1719
- **[SvelteKit](frameworks/sveltekit/)**
1820

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Cloudflare SDK Framework Guide
3-
description: "Learn how to set up the Remix SDK with popular Frameworks like Hydrogen."
2+
title: Cloudflare SDK Guide
3+
description: "Learn how to set up the Remix SDK or Hydrogen with Cloudflare."
44
---
55

6-
You can use the Sentry Remix SDK to setup Sentry with frameworks like Shopify Hydrogen.
6+
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:
77

8-
<PageGrid />
8+
- **[Remix on Cloudflare](/platforms/javascript/guides/cloudflare/frameworks/remix/)**
9+
- **[Hydrogen on Cloudflare](/platforms/javascript/guides/cloudflare/frameworks/hydrogen/)**

0 commit comments

Comments
 (0)