Skip to content

Latest commit

 

History

History

sdk

Docs Thumbnail v1

Official Highlight SDKs for JS

Welcome to the repo housing the JavaScript SDKs for highlight.io. This repo contains all of the code that runs our supported javascript environments. For developers using our SDKs, this may be useful to dig deeper into how Highlight reports the data you see on you dashboard at https://app.highlight.io.

What's Highlight? / Getting Started

Highlight gives you fullstack visibility by pairing frontend monitoring tooling (session replay, console contents, network requests) with more traditional server-side monitoring (error monitoring, etc..). To setup Highlight in your web app, the relevant documentation can be found at https://highlight.io/docs and on your highlight dashboard at https://app.highlight.io.

Supported Platforms

Client Library (highlight.run)

For browser-based javsacript environments; reports session replay and monitoring data.

Node.js Library (@highlight-run/node)

For node.js environments; reports backend errrors, while matching them to frontend requests.

Next.js Library (@highlight-run/next)

For Next.js full stack environments; reports backend errrors, while matching them to frontend requests.

Contributions

Running some of this code, especially highlight.run, in isolation isn't going to provide a great DX. This makes code contributions difficult. We would still welcome PRs and issues on this repo. Please don't hesitate to file a ticket or reach out if there is anything we can do to help!