API Reference
Error Monitoring
Getting Started
Welcome to Highlight
Integrations
Product Features
Session Replay
Tips
Menu

SvelteKit

👋 Welcome!

Let's get you up and running with Highlight. We should be done in less than 2 minutes.

Initialize and Start Highlight

You will need to initialize and start Highlight in your SvelteKit application. You can do so by making the following change in index.html.

... %svelte.head% <script src="https://cdn.jsdelivr.net/npm/highlight.run@latest"></script> <script> window.H.init('<YOUR_PROJECT_ID>') </script> ...
Copy
Verify

Start your app, go to it in the browser, then click around. Highlight will be recording your session and it will show up on https://app.highlight.run/sessions a few seconds after recording has started.