Star us on GitHub
Star
Company
Open Source
Mission & Values
Getting Started
Overview
Fullstack Mapping
Backend / Server
Frontend / Client
Fullstack Frameworks
Session Replay
Console Messages
HTML iframe Recording
Identifying Users
Live Mode
Network DevTools
Privacy
Rage Clicks
Recording Network Requests and Responses
Session Sharing
Session Shortcut
Tracking Events
Versioning Sessions
Error Monitoring
Error Sharing
Grouping Errors
Sourcemaps
Versioning Errors
Product Features
Alerts
Analytics
Canvas
Comments
Cross Origin Iframe Recording
Digests
Environments
Frontend Observability
Keyboard Shortcuts
Performance Data
Segments
Session Search
Team Management
User Feedback
Web Vitals
WebGL
Integrations
Amplitude Integration
Clearbit Integration
ClickUp Integration
Discord Integration
Electron Support
Front Plugin
Height Integration
Intercom Integration
Linear Integration
Mixpanel Integration
React.js Integration
Segment Integration
Sentry Integration
Slack Integration
Vercel Integration
highlight.run Changelog
5.0.0
5.0.1
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
5.1.6
5.1.7
5.1.8
5.2.0
5.2.1
5.2.2
5.2.3
Tips
Content-Security-Policy
Local Development
Monkey Patches
Performance Impact
Proxying Highlight
Session Search Deep Linking
Troubleshooting
Upgrading Highlight
Menu

Proxying Highlight

Proxying is only available starting on our Startup tier. If you would like use this, you will need to reach out to support@highlight.run.

If you're not seeing sessions or errors on Highlight, chances are that requests to Highlight are being blocked. This can happen for different reasons such as a third-party browser extensions, browser configuration, or VPN settings.

One way we can avoid this is by setting up proxy from your domain to Highlight. To do this, you will need access to your domain's DNS settings.

Setting up the proxy
  1. Upgrade to the Startup Tier (https://www.highlight.run/pricing)

  2. On your domain, add a CNAME record that points highlight.<YOUR_DOMAIN> to pub.highlight.run

  3. Send us an email (support@highlight.run) or intercom ticket with your domain

Below is an example email/message that you can send over.

Hello!

I'd like to use the Highlight Proxy and I've upgraded to the Startup Tier. I've set up an CNAME record for: highlight.piedpiper.com

Example

You have an app running on https://piedpiper.com. Your DNS record will point highlight.piedpiper.com to our backend.

Using the Proxy

In your app where you call H.init(), you will need to set backendUrl to the DNS record you just created. For the example above:

H.init('<YOUR_PROJECT_ID>', { backendUrl: 'https://highlight.piedpiper.com', })
Copy

You should now see Highlight making requests to https://highlight.piedpiper.com instead of https://pub.highlight.run.