Skip to main content

Sessions SDK quick map

Use this section to implement browser capture, application-state visibility, and live assist workflows in one consistent rollout.

Choose your package set

PackagePurposeTypical owner
@oxvo/browserCore browser session capture SDK (replay, events, metadata, network, privacy controls)Frontend platform / web team
@oxvo/browser-vuexVuex and Pinia state instrumentation pluginFrontend feature teams
@oxvo/live-assistReal-time assist plugin for co-browsing, remote control requests, and callsSupport engineering / operations

Rollout order that works in production

  1. Install and validate @oxvo/browser in one environment.
  2. Add privacy and network controls before broad traffic rollout.
  3. Layer @oxvo/browser-vuex only for stores where state context is operationally useful.
  4. Enable @oxvo/live-assist with consent messaging and role-based access rules.
  5. Run a pre-release checklist for capture quality, permissions, and failure handling.

Read this section in sequence

Tip: Start with one staging project key and one production project key. Keep rollout controls independent per environment.

Sessions SDK package architecture