Feature

Every Byte.
Console, Network & Stack

Every SnagRelay report includes console logs, network request/response data, stack traces, and browser metadata—captured automatically.

  • 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 free trial →
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.

14-day free trial · No credit card required.

Start free trial →
Get started

Stop guessing.
Start fixing

Join QA teams, PMs & agencies · 14 days free, no card required