SnagRelay
Pricing
Feature

Every Byte.
Console, Network & Stack

Every SnagRelay bug report includes full technical context captured automatically: JavaScript console logs, network request/response data, error stack traces, and complete browser environment metadata.

  • Console logs — errors, warnings, and info captured at report time
  • Network requests — status codes, headers, timing, request and response bodies
  • Error stack traces with component and line number
  • Browser, OS, screen size, viewport, and device info
  • User ID, email, and plan attached automatically
  • Custom metadata fields you define in project settings
Start for free →
Every Byte. Console, Network & Stack

What every report includes

Console errors and warnings, the full network request and response bodies for every API call at bug time, JS error stack traces with component and line number, and a complete browser environment snapshot — browser version, OS, screen size, viewport, URL, and any user identity you pass via api.init().

Custom metadata

Pass additional context through api.init() — feature flags, A/B test variants, subscription tier, account ID, or anything else your team finds useful when investigating bugs.

<script>
  window.onSnagRelayLoad = function(api) {
    api.init({
      user: { id: '123', email: 'user@example.com', plan: 'pro' },
      meta: { featureFlag: 'checkout-v2', experiment: 'variant-b' }
    });
  };
  var script = document.createElement('script');
  script.defer = 1;
  script.src = 'https://app.snagrelay.com/widget/load/YOUR_API_KEY?onload=onSnagRelayLoad';
  document.getElementsByTagName('head')[0].appendChild(script);
</script>
Ready to try it?

Capture your first bug report in under 5 minutes.

No credit card required. Free plan available.

Start for free →
Get started

Stop guessing.
Start fixing

Join QA teams, PMs & agencies · No credit card required