Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/platforms/javascript/guides/cloudflare/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/)**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the framework overview page, it is listed as "Shopify Hydrogen" -> it would be nice to have it named consistently (whichever you think makes more sense :) )

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shopify just calls it "Hydrogen" so I think that is enough. What do you think of writing "Shopify's Hydrogen" in the copy text, so it's clear which hydrogen is meant here?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, that sounds good, thank you 👍

- **[Nuxt](frameworks/nuxt/)**
- **[Remix](frameworks/remix/)**
- **[SvelteKit](frameworks/sveltekit/)**

Expand Down
9 changes: 5 additions & 4 deletions docs/platforms/javascript/guides/remix/frameworks/index.mdx
Original file line number Diff line number Diff line change
@@ -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:

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