API Reference
Error Monitoring
Getting Started
Welcome to Highlight
Integrations
Product Features
Session Replay
Tips
Menu
H.getSessionURL()
This method is used to get the Highlight session URL for the current recording session. This is useful to use if you'd like to send the session URL to another application. See H.getSessionDetails() if you want to get the URL with the current time.
const highlightSessionUrl = await H.getSessionURL() // Returns https://app.highlight.run/sessions/<SESSION_ID> thirdPartyApi.setMetadata({ highlightSessionUrl, })