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

H.stop()

This method is used to stop Highlight from recording. Recording can be resumed later by calling H.start().

H.stop()
Copy
Example
H.init('<YOUR_PROJECT_ID>') // Elsewhere in your app H.stop()
Copy