Support for Shopify's Hydrogen Framework #5337
Replies: 2 comments 3 replies
-
Hi @smeubank, my initial impression is that you could hook into logging with the logging configuration: https://shopify.dev/custom-storefronts/hydrogen/framework/hydrogen-config#logger |
Beta Was this translation helpful? Give feedback.
-
Hi @smeubank @AbhiPrasad , we are working on an RFC for Hydrogen plugins and would like to understand better what you need. I exchanged some messages with @AbhiPrasad some time ago on Discord and I think you could use these hooks:
What else would you need? For example, do you send performance metric on "request ended" when there are no errors? Also, about |
Beta Was this translation helpful? Give feedback.
-
Discussion
The wait is over for Shopify's new JavaScript framework based on react 18: Hydrogen with the ability to also deploy on their new hosting solution Oxygen.
The sentry-javascript SDK already has support for @sentry/react, in this discussion I'd like to gather thoughts on how best to support Hyrdogen projects with existing functionality, and anything which might be missing. Also considering if any specifics for monitoring applications hosted on the Oxygen platform.
What to support?
Solution ideas:
@sentry/react
and@sentry/tracing
as isIdeally there would be a seamless developer experience for all Sentry products and features whether working locally, self hosting, or running on Oxygen.
https://twitter.com/zeeg/status/1540192482066960384
Beta Was this translation helpful? Give feedback.
All reactions