Skip to content

Commit

Permalink
Update Remix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NCHitsman committed Nov 10, 2023
1 parent e151cfe commit bf62f03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Remix_Documentation/Remix.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Remix

HyperDX comes with simple to use out-of-the box Remix support via our [browser SDK](https://www.hyperdx.io/docs/install/browser). The [browser SDK](https://www.hyperdx.io/docs/install/browser) allows you to intrument your frontend application to send events, route logs, and session data to HyperDX. We also have multiple backend integrations depending on your Remix Stack, for example when using [Node.js](https://www.hyperdx.io/docs/install/javascript) servers like Express, Vercel, Netlify, Architect, etc.
HyperDX comes with simple to use out-of-the box Remix support via our [browser SDK](https://www.hyperdx.io/docs/install/browser). The browser SDK allows you to intrument your frontend application to send events, route logs, and session data to HyperDX. We also have multiple backend integrations depending on your Remix Stack, for example when using [Node.js](https://www.hyperdx.io/docs/install/javascript) servers like Express, Vercel, Netlify, Architect, etc.

## Getting Started

Expand All @@ -26,6 +26,8 @@ HyperDX.init({

## (Optional) Use [opentelemetry-instrumentation-remix](https://github.com/justindsmith/opentelemetry-instrumentations-js/tree/main/packages/instrumentation-remix) package for Node.js servers.

This will enable additional Remix specific spans.

### Install

```bash
Expand Down

0 comments on commit bf62f03

Please sign in to comment.