Skip to content

livesession/livesession-browser-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveSession Browser SDK Samples

This repository contains examples of how to integrate @livesession/browser with various popular web frameworks.

Available Examples

Getting Started

Each framework example is contained in its own directory with specific instructions. Choose the framework you're interested in and follow the README in that directory.

General LiveSession Browser SDK setup

  1. Install the package:
npm install @livesession/browser
  1. Initialize LiveSession:
import ls from "@livesession/browser"

ls.init("YOUR_TRACK_ID")
  1. Start recording:
ls.newPageView()

For more details, see individual framework examples for specific implementation details.

Requirements

  • Node.js 16.x or later
  • A LiveSession account and project key

License

MIT

About

LiveSession Browser SDK Samples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published