ProductPricingDocsGet started
SDK · Embed

Install Sumidata

Pick your framework, copy the snippet, and you're recording.

index.html
<!-- Sumidata SDK -->
<script>
  window.Sumidata = window.Sumidata || { push: function(m, a) { (this.q = this.q || []).push([m, a]) } };
</script>
<script
  src="https://sdk.sumidata.io/loader.js"
  data-project-id="YOUR_PROJECT_ID"
  data-src="https://sdk.sumidata.io/sumidata.js"
  async
></script>
Replace YOUR_PROJECT_ID with your real project ID before shipping.

Installation · 3 steps

  1. Copy the snippet above.
  2. Drop it into index.html.
  3. Deploy — the SDK starts recording immediately.
Loader · ~2 KB gzipped·Async by default·Read the install docs